summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-28 13:42:18 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-28 13:42:18 -0400
commit478d7c32b226dcdd364a7a669115a0e093545d68 (patch)
tree5ac7a6f92a07232b6bd2ab3ea965110f7a0fbdd2
parent8a49d33f795107df284a8ca1a1ad8524c3e88865 (diff)
downloadmoreutils-478d7c32b226dcdd364a7a669115a0e093545d68.tar.gz
pee.1: Document difference with tee in stdout.
-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>