summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--pee.docbook5
2 files changed, 10 insertions, 1 deletions
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 <joeyh@debian.org> 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.</para>
-
+
+ <para>Note that while this is similar to
+ <command>tee</command>, a copy of the input it not output
+ to stdout, like tee does.</para>
</refsect1>
<refsect1>