From 478d7c32b226dcdd364a7a669115a0e093545d68 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 May 2008 13:42:18 -0400 Subject: pee.1: Document difference with tee in stdout. --- debian/changelog | 6 ++++++ pee.docbook | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1