From: joeyh Date: Mon, 27 Mar 2006 18:45:08 +0000 (+0000) Subject: * Typo fixes. Closes: #359039, #359040 X-Git-Tag: 0.9~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ccef6db58b56bdfed8d1a96d3a7d298f42c625;p=moreutils * Typo fixes. Closes: #359039, #359040 * pee: don't send a copy of every line sent to every command to stdout. Seems best for it not to output anything to stdout on its on at all. Closes: #359041 --- diff --git a/debian/changelog b/debian/changelog index ad82f51..73f1704 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ moreutils (0.9) UNRELEASED; urgency=low * ifdata: robustness patch from Adam Lackorzynski, in particular deal with /proc not mounted. Closes: #358930 + * Typo fixes. Closes: #359039, #359040 + * pee: don't send a copy of every line sent to every command to stdout. + Seems best for it not to output anything to stdout on its on at all. + Closes: #359041 -- Joey Hess Sat, 25 Mar 2006 12:51:26 -0500 diff --git a/ifdata.docbook b/ifdata.docbook index a975b13..60ce90d 100644 --- a/ifdata.docbook +++ b/ifdata.docbook @@ -215,7 +215,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Prints the number of input - multicase packets. + multicast packets. diff --git a/pee.c b/pee.c index 35ad37d..6ba38f7 100644 --- a/pee.c +++ b/pee.c @@ -46,7 +46,6 @@ main(int argc, char **argv) { close_pipes(pipes, i); exit(EXIT_FAILURE); } - fwrite(buf, sizeof(char), r, stdout); } } close_pipes(pipes, argc);