From: Joey Hess Date: Mon, 12 Jul 2010 19:01:32 +0000 (-0400) Subject: Add missing AUTHOR section to docbook man pages. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d283244f9ea5e83422b9c486d07171386890b0;p=moreutils Add missing AUTHOR section to docbook man pages. --- diff --git a/debian/changelog b/debian/changelog index 99b5462..f298d91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ moreutils (0.41) UNRELEASED; urgency=low * ifdata.docbook: Mark interface as required in synopsis. Closes: #588397 + * Add missing AUTHOR section to docbook man pages. -- Joey Hess Thu, 08 Jul 2010 14:40:07 -0400 diff --git a/ifdata.docbook b/ifdata.docbook index 530f578..963943e 100644 --- a/ifdata.docbook +++ b/ifdata.docbook @@ -310,4 +310,12 @@ with this program; if not, write to the Free Software Foundation, Inc., + + + AUTHOR + + + Benjamin BAYART + + diff --git a/isutf8.docbook b/isutf8.docbook index f9c9eb5..58355a2 100644 --- a/isutf8.docbook +++ b/isutf8.docbook @@ -104,6 +104,14 @@ with this program; if not, write to the Free Software Foundation, Inc., + + AUTHOR + Lars Wirzenius + + + + + SEE ALSO diff --git a/lckdo.docbook b/lckdo.docbook index 35d32cd..effe84d 100644 --- a/lckdo.docbook +++ b/lckdo.docbook @@ -146,5 +146,12 @@ Public domain. will be returned. + + + AUTHOR + + Michael Tokarev + + 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., mispipe 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. @@ -81,4 +83,11 @@ with this program; if not, write to the Free Software Foundation, Inc., to its exit status. + + + AUTHOR + + Nathanael Nerode + + diff --git a/parallel.docbook b/parallel.docbook index f775413..d3ffcce 100644 --- a/parallel.docbook +++ b/parallel.docbook @@ -151,5 +151,12 @@ Written by Joey Hess exits nonzero, parallel as a whole will exit nonzero.) + + + AUTHOR + + Tollef Fog Heen + + diff --git a/pee.docbook b/pee.docbook index 18c753f..fcb159a 100644 --- a/pee.docbook +++ b/pee.docbook @@ -65,7 +65,8 @@ with this program; if not, write to the Free Software Foundation, Inc., Note that while this is similar to tee, a copy of the input is not sent - to stdout, like tee does. + to stdout, like tee does. If that is desited, use + pee cat ... @@ -78,4 +79,11 @@ with this program; if not, write to the Free Software Foundation, Inc., + + + AUTHOR + + Miek Gieben + + diff --git a/sponge.docbook b/sponge.docbook index 185311f..24c432a 100644 --- a/sponge.docbook +++ b/sponge.docbook @@ -63,4 +63,11 @@ USA stdout. + + + AUTHOR + + Colin Watson and Tollef Fog Heen + +