From: joeyh Date: Thu, 23 Mar 2006 08:47:52 +0000 (+0000) Subject: * tss.1, ifdata.1: typo fix. Closes: #358557, #358556 X-Git-Tag: 0.8~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f42d643d76d6aa7d884fe9c6eadd7fcc57bc64;p=moreutils * tss.1, ifdata.1: typo fix. Closes: #358557, #358556 --- 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 Thu, 23 Mar 2006 02:18:22 -0500 + -- Joey Hess 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., - Prints the number of input drops. + Prints the number of dropped input + packets. @@ -205,14 +206,16 @@ with this program; if not, write to the Free Software Foundation, Inc., - Print the number of input compresed. + Print the number of compressed input + packets. - Prints the number of input multicast. + Prints the number of input + multicase packets. @@ -248,7 +251,8 @@ with this program; if not, write to the Free Software Foundation, Inc., - Prints the number of output drops. + Prints the number of dropped + output packets. @@ -269,14 +273,16 @@ with this program; if not, write to the Free Software Foundation, Inc., - Prints the number of output carrier loss. + Prints the number of output carrier + losses. - Prints the number of output multicast. + Prints the number of output multicast + packets. 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., DESCRIPTION pee is like tee - but for pipes. Each command is run and standard input is - copied into it, as well as being sent to stdout. + but for pipes. Each command is run and fed a copy of the + stadard input. The output of all commands is sent to + stdout.