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
<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>
<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>
<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>
<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>
<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>