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 /ifdata.docbook | |
parent | 5942eb1d3bd089b4f01daab04ca0ad8518e8b2ef (diff) | |
download | moreutils-77f42d643d76d6aa7d884fe9c6eadd7fcc57bc64.tar.gz |
* tss.1, ifdata.1: typo fix. Closes: #358557, #358556
Diffstat (limited to 'ifdata.docbook')
-rw-r--r-- | ifdata.docbook | 18 |
1 files changed, 12 insertions, 6 deletions
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> |