]> err.no Git - moreutils/commitdiff
Add missing AUTHOR section to docbook man pages.
authorJoey Hess <joey@kitenet.net>
Mon, 12 Jul 2010 19:01:32 +0000 (15:01 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 12 Jul 2010 19:01:32 +0000 (15:01 -0400)
debian/changelog
ifdata.docbook
isutf8.docbook
lckdo.docbook
mispipe.docbook
parallel.docbook
pee.docbook
sponge.docbook

index 99b5462798c244f5c3ebe4891fc4e8ce4abc3d7e..f298d9153ca332771bee37a6558d71bf866ede7e 100644 (file)
@@ -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 <joeyh@debian.org>  Thu, 08 Jul 2010 14:40:07 -0400
 
index 530f578a9cedae550726882f181074eb97ead8f5..963943ee1bd1ae2ae3b087663a5e1d6cd961f246 100644 (file)
@@ -310,4 +310,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
        </variablelist>
        </refsect1>
+       
+       <refsect1>
+               <title>AUTHOR</title>
+       
+               <para>
+                       Benjamin BAYART
+               </para>
+       </refsect1>
 </refentry>
index f9c9eb59e9e15197e686a25a93d8785e4522696a..58355a2cd465fe70dd7722c28c1dc62ed85ef7e8 100644 (file)
@@ -104,6 +104,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
                
        </refsect1>
        
+       <refsect1>
+               <title>AUTHOR</title>
+                       Lars Wirzenius
+               <para>
+                       
+               </para>
+       </refsect1>
+       
        <refsect1>
                <title>SEE ALSO</title>
                
index 35d32cdaff287d1257581201668b6ef32df9fca4..effe84d29436f6749b7b0614b6a59c700f287ccf 100644 (file)
@@ -146,5 +146,12 @@ Public domain.
         will be returned.</para>
                
        </refsect1>
+       
+       <refsect1>
+               <title>AUTHOR</title>
+               <para>
+                       Michael Tokarev
+               </para>
+       </refsect1>
 
 </refentry>
index b645b2c756f9b79cdde96a4a82c63bd9fd60fbff..bd8faa8601fe24b72f93985249be2163513f44f7 100644 (file)
@@ -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>
index f7754137516b63be07675404539e3327185b27d5..d3ffcce639cc0880bb1aebb973354d7a6b54dbcd 100644 (file)
@@ -151,5 +151,12 @@ Written by Joey Hess
        exits nonzero, <command>parallel</command> as a whole will exit nonzero.)</para>
                
        </refsect1>
+       
+       <refsect1>
+               <title>AUTHOR</title>
+               <para>
+                       Tollef Fog Heen
+               </para>
+       </refsect1>
 
 </refentry>
index 18c753f289f920c9fddc06b191a2c7a031bbe391..fcb159aa0f9e44536c321b92e0ad589be04fd856 100644 (file)
@@ -65,7 +65,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
                <para>Note that while this is similar to
                <command>tee</command>, a copy of the input is not sent
-               to stdout, like tee does.</para>
+               to stdout, like tee does. If that is desited, use 
+               <command>pee cat ...</command></para>
        </refsect1>
        
        <refsect1>
@@ -78,4 +79,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
                </para>
                
        </refsect1>
+       
+       <refsect1>
+               <title>AUTHOR</title>
+               <para>
+                       Miek Gieben
+               </para>
+       </refsect1>
 </refentry>
index 185311f9aef253231febf3e0bb6b3a8dd04fc637..24c432ac20eb502e58cf609037a3cfa4d1dc7a5f 100644 (file)
@@ -63,4 +63,11 @@ USA
                        stdout.</para>
 
        </refsect1>
+       
+       <refsect1>
+               <title>AUTHOR</title>
+               <para>
+                       Colin Watson and Tollef Fog Heen
+               </para>
+       </refsect1>
 </refentry>