diff options
author | joeyh <joeyh> | 2006-03-23 08:47:52 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-03-23 08:47:52 +0000 |
commit | 77f42d643d76d6aa7d884fe9c6eadd7fcc57bc64 (patch) | |
tree | c80372f1fba3d74508e4b64b5d43ff9d8d45b38d | |
parent | 5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef (diff) | |
download | moreutils-77f42d643d76d6aa7d884fe9c6eadd7fcc57bc64.tar.gz |
* tss.1, ifdata.1: typo fix. Closes: #358557, #358556
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | ifdata.docbook | 18 | ||||
-rw-r--r-- | pee.docbook | 5 |
3 files changed, 17 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 465f114..b00e67d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ moreutils (0.8) UNRELEASED; urgency=low * Back to Mithandir's C sponge, now fixed. + * tss.1, ifdata.1: typo fix. Closes: #358557, #358556 - -- Joey Hess <joeyh@debian.org> Thu, 23 Mar 2006 02:18:22 -0500 + -- Joey Hess <joeyh@debian.org> Thu, 23 Mar 2006 03:45:30 -0500 moreutils (0.7) unstable; urgency=low diff --git a/ifdata.docbook b/ifdata.docbook index 6adcc81..a975b13 100644 --- a/ifdata.docbook +++ b/ifdata.docbook @@ -191,7 +191,8 @@ with this program; if not, write to the Free Software Foundation, Inc., <varlistentry> <term><option>-sid</option></term> <listitem> - <para>Prints the number of input drops.</para> + <para>Prints the number of dropped input + packets.</para> </listitem> </varlistentry> @@ -205,14 +206,16 @@ with this program; if not, write to the Free Software Foundation, Inc., <varlistentry> <term><option>-sic</option></term> <listitem> - <para>Print the number of input compresed.</para> + <para>Print the number of compressed input + packets.</para> </listitem> </varlistentry> <varlistentry> <term><option>-sim</option></term> <listitem> - <para>Prints the number of input multicast.</para> + <para>Prints the number of input + multicase packets.</para> </listitem> </varlistentry> @@ -248,7 +251,8 @@ with this program; if not, write to the Free Software Foundation, Inc., <varlistentry> <term><option>-sod</option></term> <listitem> - <para>Prints the number of output drops.</para> + <para>Prints the number of dropped + output packets.</para> </listitem> </varlistentry> @@ -269,14 +273,16 @@ with this program; if not, write to the Free Software Foundation, Inc., <varlistentry> <term><option>-soc</option></term> <listitem> - <para>Prints the number of output carrier loss.</para> + <para>Prints the number of output carrier + losses.</para> </listitem> </varlistentry> <varlistentry> <term><option>-som</option></term> <listitem> - <para>Prints the number of output multicast.</para> + <para>Prints the number of output multicast + packets.</para> </listitem> </varlistentry> diff --git a/pee.docbook b/pee.docbook index 970dc81..1b752c4 100644 --- a/pee.docbook +++ b/pee.docbook @@ -59,8 +59,9 @@ with this program; if not, write to the Free Software Foundation, Inc., <title>DESCRIPTION</title> <para><command>pee</command> is like <command>tee</command> - but for pipes. Each command is run and standard input is - copied into it, as well as being sent to stdout.</para> + but for pipes. Each command is run and fed a copy of the + stadard input. The output of all commands is sent to + stdout.</para> </refsect1> |