]> err.no Git - moreutils/commitdiff
* Typo fixes. Closes: #359039, #359040
authorjoeyh <joeyh>
Mon, 27 Mar 2006 18:45:08 +0000 (18:45 +0000)
committerjoeyh <joeyh>
Mon, 27 Mar 2006 18:45:08 +0000 (18:45 +0000)
* 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
debian/changelog
ifdata.docbook
pee.c

index ad82f519e488fb0c5ece643375758122adff439e..73f1704a68bf9f39350bfb2d42ceff7c37ff8c2e 100644 (file)
@@ -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 <joeyh@debian.org>  Sat, 25 Mar 2006 12:51:26 -0500
 
index a975b133053de11e119b6b78e66cc825085987ee..60ce90d74cc4ff50d0c342d69a361198079ce661 100644 (file)
@@ -215,7 +215,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
                        <term><option>-sim</option></term>
                        <listitem>
                                <para>Prints the number of input
-                                       multicase packets.</para>
+                                       multicast packets.</para>
                        </listitem>
                </varlistentry>
 
diff --git a/pee.c b/pee.c
index 35ad37d3f890653a7c4c5413a98b3b8abdcf408b..6ba38f78da10b61c8670b1c450fa769248ef84c4 100644 (file)
--- 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);