Files
sthen 3d6b2ab2bd fiddle with docbook input files for moreutils, the round-trip through xsltproc
results in some missing whitespace i.e. "use\n<command>pee cat ...</command>"
ends up as "usepee cat" not "use pee cat".
2022-06-30 08:58:08 +00:00

16 lines
636 B
Plaintext

fix whitespace in xsltproc output
Index: ifdata.docbook
--- ifdata.docbook.orig
+++ ifdata.docbook
@@ -62,8 +62,7 @@ with this program; if not, write to the Free Software
<command>ifdata</command> can be used to check for
the existence of a network interface, or to get
information about the interface, such as its IP
- address. Unlike <command>ifconfig</command> or
- <command>ip</command>, <command>ifdata</command>
+ address. Unlike <command>ifconfig</command> or <command>ip</command>, <command>ifdata</command>
has simple to parse output that is designed to be
easily used by a shell script.
</para>