From: Joey Hess Date: Wed, 28 May 2008 17:42:18 +0000 (-0400) Subject: pee.1: Document difference with tee in stdout. X-Git-Tag: 0.31~2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478d7c32b226dcdd364a7a669115a0e093545d68;p=moreutils pee.1: Document difference with tee in stdout. --- diff --git a/debian/changelog b/debian/changelog index 38dfc0d..b102cc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +moreutils (0.31) UNRELEASED; urgency=low + + * pee.1: Document difference with tee in stdout. + + -- Joey Hess Wed, 28 May 2008 13:42:01 -0400 + moreutils (0.30) unstable; urgency=low * debhelper v7; rules file minimisation diff --git a/pee.docbook b/pee.docbook index bbae794..f817f2b 100644 --- a/pee.docbook +++ b/pee.docbook @@ -62,7 +62,10 @@ with this program; if not, write to the Free Software Foundation, Inc., but for pipes. Each command is run and fed a copy of the standard input. The output of all commands is sent to stdout. - + + Note that while this is similar to + tee, a copy of the input it not output + to stdout, like tee does.