]> err.no Git - moreutils/commitdiff
* tss.1, ifdata.1: typo fix. Closes: #358557, #358556
authorjoeyh <joeyh>
Thu, 23 Mar 2006 08:47:52 +0000 (08:47 +0000)
committerjoeyh <joeyh>
Thu, 23 Mar 2006 08:47:52 +0000 (08:47 +0000)
debian/changelog
ifdata.docbook
pee.docbook

index 465f11433c2470b17b763a3001d54821ec949fbd..b00e67dcfb68125753a06075a3cb9e5b6f1fd034 100644 (file)
@@ -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
 
index 6adcc818487a34c9a7b947477a997f182ef7629b..a975b133053de11e119b6b78e66cc825085987ee 100644 (file)
@@ -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>
 
index 970dc81e062b0998ccadba013fde273e4b27ee0c..1b752c44b01279a8dca8e520a8471b8e1eae22bb 100644 (file)
@@ -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>