summaryrefslogtreecommitdiff
path: root/mispipe.docbook
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-12 15:01:32 -0400
committerJoey Hess <joey@kitenet.net>2010-07-12 15:01:32 -0400
commit40d283244f9ea5e83422b9c486d07171386890b0 (patch)
tree0a3004dec7994a9f5fadb400f649d8cd830290ae /mispipe.docbook
parent8064766e05fa6d49c3a481ac634291b24818b973 (diff)
downloadmoreutils-40d283244f9ea5e83422b9c486d07171386890b0.tar.gz
Add missing AUTHOR section to docbook man pages.
Diffstat (limited to 'mispipe.docbook')
-rw-r--r--mispipe.docbook11
1 files changed, 10 insertions, 1 deletions
diff --git a/mispipe.docbook b/mispipe.docbook
index b645b2c..bd8faa8 100644
--- a/mispipe.docbook
+++ b/mispipe.docbook
@@ -60,7 +60,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<para><command>mispipe</command> pipes two commands
together like the shell does, but unlike piping in the
- shell, the exit status of the first command is returned.
+ shell, which returns the exit status of the last command;
+ when using mispipe, the exit status of the first command
+ is returned.
</para>
<para>
@@ -81,4 +83,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
to its exit status.</para>
</refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ Nathanael Nerode
+ </para>
+ </refsect1>
</refentry>