[cvs-annodex] commit (/annodex): liboggz/trunk/doc/oggzdump.1
liboggz/trunk/doc/oggzdump.1.sgml liboggz/trunk/doc/oggzmerge.1
liboggz/trunk/doc/oggzmerge.1.sgml
liboggz/trunk/doc/oggzrip.1 liboggz/trunk/doc/oggzrip.1.sgml
conrad
nobody at lists.annodex.net
Mon Apr 4 08:35:50 EST 2005
Update of /annodex (new revision 1210)
Modified files:
liboggz/trunk/doc/oggzdump.1
liboggz/trunk/doc/oggzdump.1.sgml
liboggz/trunk/doc/oggzmerge.1
liboggz/trunk/doc/oggzmerge.1.sgml
liboggz/trunk/doc/oggzrip.1
liboggz/trunk/doc/oggzrip.1.sgml
Log Message:
cleanup --version info in oggz-tools man pages
Modified: liboggz/trunk/doc/oggzdump.1
===================================================================
--- liboggz/trunk/doc/oggzdump.1 2005-04-03 22:31:03 UTC (rev 1209)
+++ liboggz/trunk/doc/oggzdump.1 2005-04-03 22:35:49 UTC (rev 1210)
@@ -58,9 +58,11 @@
.SH "SYNOPSIS"
.PP
-\fBoggzdump\fR [-b | --binary ] [-x | --hexadecimal ] [-n | --new ] [-o \fBfilename\fR | --output \fBfilename\fR ] [-c \fBcontent-type\fR | --content-type \fBcontent-type\fR ] [-s \fBserialno\fR | --serialno \fBserialno\fR ] [-O | --hide-offset ] [-S | --hide-serialno ] [-G | --hide-granulepos ] [-P | --hide-packetno ] [-h | --help ] filename
+\fBoggzdump\fR [-b | --binary ] [-x | --hexadecimal ] [-n | --new ] [-o \fBfilename\fR | --output \fBfilename\fR ] [-c \fBcontent-type\fR | --content-type \fBcontent-type\fR ] [-s \fBserialno\fR | --serialno \fBserialno\fR ] [-O | --hide-offset ] [-S | --hide-serialno ] [-G | --hide-granulepos ] [-P | --hide-packetno ] filename
.PP
\fBoggzdump\fR [-r | --revert ] [-o \fBfilename\fR | --output \fBfilename\fR ] filename
+.PP
+\fBoggzdump\fR [-h | --help ] [-v | --version ]
.SH "Description"
.PP
\fBoggzdump\fR generates a hexadecimal or binary dump
@@ -140,6 +142,8 @@
.IP "-h, --help" 10
Display usage information and exit.
+.IP "-v, --version" 10
+Output version information and exit.
.SH "AUTHOR"
.PP
Conrad Parker November 17, 2003;
@@ -152,4 +156,4 @@
\fBoggzdiff\fP\fB(1)\fP,
\fBxxd\fP\fB(1)\fP,
\fBhexdump\fP\fB(1)\fP
-.\" created by instant / docbook-to-man, Wed 30 Mar 2005, 23:06
+.\" created by instant / docbook-to-man, Mon 04 Apr 2005, 08:40
Modified: liboggz/trunk/doc/oggzdump.1.sgml
===================================================================
--- liboggz/trunk/doc/oggzdump.1.sgml 2005-04-03 22:31:03 UTC (rev 1209)
+++ liboggz/trunk/doc/oggzdump.1.sgml 2005-04-03 22:35:49 UTC (rev 1210)
@@ -101,8 +101,6 @@
<arg choice="opt">-P</arg><arg choice="opt">--hide-packetno</arg>
</group>
- <group><arg choice="opt">-h</arg><arg choice="opt">--help</arg></group>
-
<arg choice="plain">filename</arg>
</cmdsynopsis>
<cmdsynopsis>
@@ -119,6 +117,12 @@
<arg choice="plain">filename</arg>
</cmdsynopsis>
+
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <group><arg choice="opt">-h</arg><arg choice="opt">--help</arg></group>
+ <group><arg choice="opt">-v</arg><arg choice="opt">--version</arg></group>
+ </cmdsynopsis>
</refsynopsisdiv>
@@ -270,6 +274,11 @@
<term>-h, --help</term>
<listitem><para>Display usage information and exit.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-v, --version</term>
+ <listitem><para>Output version information and exit.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect2>
Modified: liboggz/trunk/doc/oggzmerge.1
===================================================================
--- liboggz/trunk/doc/oggzmerge.1 2005-04-03 22:31:03 UTC (rev 1209)
+++ liboggz/trunk/doc/oggzmerge.1 2005-04-03 22:35:49 UTC (rev 1210)
@@ -80,6 +80,8 @@
.IP "-h, --help" 10
Display usage information and exit.
+.IP "-v, --version" 10
+Output version information and exit.
.SH "AUTHOR"
.PP
Conrad Parker September 21, 2004;
@@ -92,4 +94,4 @@
\fBoggzrip\fP\fB(1)\fP,
\fBoggzdump\fP\fB(1)\fP,
\fBoggzdiff\fP\fB(1)\fP
-.\" created by instant / docbook-to-man, Thu 10 Mar 2005, 15:47
+.\" created by instant / docbook-to-man, Mon 04 Apr 2005, 08:40
Modified: liboggz/trunk/doc/oggzmerge.1.sgml
===================================================================
--- liboggz/trunk/doc/oggzmerge.1.sgml 2005-04-03 22:31:03 UTC (rev 1209)
+++ liboggz/trunk/doc/oggzmerge.1.sgml 2005-04-03 22:35:49 UTC (rev 1210)
@@ -111,6 +111,11 @@
<listitem><para>Display usage information and exit.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term>-v, --version</term>
+ <listitem><para>Output version information and exit.</para></listitem>
+ </varlistentry>
+
</variablelist>
</refsect2>
</refsect1>
Modified: liboggz/trunk/doc/oggzrip.1
===================================================================
--- liboggz/trunk/doc/oggzrip.1 2005-04-03 22:31:03 UTC (rev 1209)
+++ liboggz/trunk/doc/oggzrip.1 2005-04-03 22:35:49 UTC (rev 1210)
@@ -57,7 +57,9 @@
.SH "SYNOPSIS"
.PP
-\fBoggzrip\fR [-o \fBfilename\fR | --output \fBfilename\fR ] [-h | --help ] filename
+\fBoggzrip\fR [-o \fBfilename\fR | --output \fBfilename\fR ] filename
+.PP
+\fBoggzrip\fR [-h | --help ] [-v | --version ]
.SH "Description"
.PP
\fBoggzrip\fR extracts one or more logical bitstreams
@@ -75,6 +77,8 @@
.IP "-h, --help" 10
Display usage information and exit.
+.IP "-v, --version" 10
+Output version information and exit.
.SS "Filter options"
.PP
These options can be used multiple times. Pages matching ANY of
@@ -104,4 +108,4 @@
\fBoggzmerge\fP\fB(1)\fP,
\fBoggzdump\fP\fB(1)\fP,
\fBoggzdiff\fP\fB(1)\fP
-.\" created by instant / docbook-to-man, Tue 08 Mar 2005, 10:40
+.\" created by instant / docbook-to-man, Mon 04 Apr 2005, 08:42
Modified: liboggz/trunk/doc/oggzrip.1.sgml
===================================================================
--- liboggz/trunk/doc/oggzrip.1.sgml 2005-04-03 22:31:03 UTC (rev 1209)
+++ liboggz/trunk/doc/oggzrip.1.sgml 2005-04-03 22:35:49 UTC (rev 1210)
@@ -67,10 +67,14 @@
<arg choice="opt">--output <parameter>filename</parameter></arg>
</group>
- <group><arg choice="opt">-h</arg><arg choice="opt">--help</arg></group>
-
<arg choice="plain">filename</arg>
</cmdsynopsis>
+
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <group><arg choice="opt">-h</arg><arg choice="opt">--help</arg></group>
+ <group><arg choice="opt">-v</arg><arg choice="opt">--version</arg></group>
+ </cmdsynopsis>
</refsynopsisdiv>
@@ -103,6 +107,11 @@
<term>-h, --help</term>
<listitem><para>Display usage information and exit.</para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-v, --version</term>
+ <listitem><para>Output version information and exit.</para></listitem>
+ </varlistentry>
</variablelist>
</refsect2>
--
conrad
More information about the cvs-annodex
mailing list