summaryrefslogtreecommitdiff
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
parent8064766e05fa6d49c3a481ac634291b24818b973 (diff)
downloadmoreutils-40d283244f9ea5e83422b9c486d07171386890b0.tar.gz
Add missing AUTHOR section to docbook man pages.
-rw-r--r--debian/changelog1
-rw-r--r--ifdata.docbook8
-rw-r--r--isutf8.docbook8
-rw-r--r--lckdo.docbook7
-rw-r--r--mispipe.docbook11
-rw-r--r--parallel.docbook7
-rw-r--r--pee.docbook10
-rw-r--r--sponge.docbook7
8 files changed, 57 insertions, 2 deletions
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 <joeyh@debian.org> 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.,
</variablelist>
</refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>
+ Benjamin BAYART
+ </para>
+ </refsect1>
</refentry>
diff --git a/isutf8.docbook b/isutf8.docbook
index f9c9eb5..58355a2 100644
--- a/isutf8.docbook
+++ b/isutf8.docbook
@@ -105,6 +105,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>
<para>
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.</para>
</refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ Michael Tokarev
+ </para>
+ </refsect1>
</refentry>
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>
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, <command>parallel</command> as a whole will exit nonzero.)</para>
</refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ Tollef Fog Heen
+ </para>
+ </refsect1>
</refentry>
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.,
<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>
diff --git a/sponge.docbook b/sponge.docbook
index 185311f..24c432a 100644
--- a/sponge.docbook
+++ b/sponge.docbook
@@ -63,4 +63,11 @@ USA
stdout.</para>
</refsect1>
+
+ <refsect1>
+ <title>AUTHOR</title>
+ <para>
+ Colin Watson and Tollef Fog Heen
+ </para>
+ </refsect1>
</refentry>