[xiph-commits] r12200 - in trunk/vorbis-tools: ogg123 oggdec oggenc/man ogginfo vorbiscomment

conrad at svn.xiph.org conrad at svn.xiph.org
Sun Dec 10 05:08:16 PST 2006


Author: conrad
Date: 2006-12-10 05:08:10 -0800 (Sun, 10 Dec 2006)
New Revision: 12200

Modified:
   trunk/vorbis-tools/ogg123/ogg123.1
   trunk/vorbis-tools/oggdec/oggdec.1
   trunk/vorbis-tools/oggenc/man/oggenc.1
   trunk/vorbis-tools/ogginfo/ogginfo.1
   trunk/vorbis-tools/vorbiscomment/vorbiscomment.1
Log:
Cross-reference vorbis-tools man pages against each other. This patch makes
consistent SEE ALSO sections in the manpages for vorbiscomment, ogginfo,
oggdec, oggenc, ogg123


Modified: trunk/vorbis-tools/ogg123/ogg123.1
===================================================================
--- trunk/vorbis-tools/ogg123/ogg123.1	2006-12-10 05:08:17 UTC (rev 12199)
+++ trunk/vorbis-tools/ogg123/ogg123.1	2006-12-10 13:08:10 UTC (rev 12200)
@@ -304,9 +304,6 @@
 there is no value that means "length unknown".  Use the raw or au
 output driver if you need to use ogg123 in a pipe.
 
-.SH SEE ALSO
-.BR libao.conf(5)
-
 .SH AUTHORS
 
 .TP
@@ -321,3 +318,9 @@
 Manpage Author:
 .br
 Stan Seibert <volsung at xiph.org>
+
+.SH "SEE ALSO"
+
+.PP
+\fBlibao.conf\fR(5), \fBoggenc\fR(1), \fBvorbiscomment\fR(1), \fBogginfo\fR(1)
+

Modified: trunk/vorbis-tools/oggdec/oggdec.1
===================================================================
--- trunk/vorbis-tools/oggdec/oggdec.1	2006-12-10 05:08:17 UTC (rev 12199)
+++ trunk/vorbis-tools/oggdec/oggdec.1	2006-12-10 13:08:10 UTC (rev 12200)
@@ -105,9 +105,6 @@
 oggdec *.ogg
 .RE
 
-.SH "SEE ALSO"
-.B ogg123(1)
-
 .SH "AUTHORS"
 .SS "Program Authors"
 Michael Smith <msmith at xiph.org>
@@ -116,3 +113,8 @@
 .br
 
 Frederick Lee <phaethon at linux.ucla.edu>, assisted by a few million monkeys armed with keyboards in irc://irc.openprojects.net/#vorbis
+
+.SH "SEE ALSO"
+
+.PP
+\fBogg123\fR(1), \fBoggenc\fR(1), \fBvorbiscomment\fR(1), \fBflac\fR(1), \fBspeexdec\fR(1)

Modified: trunk/vorbis-tools/oggenc/man/oggenc.1
===================================================================
--- trunk/vorbis-tools/oggenc/man/oggenc.1	2006-12-10 05:08:17 UTC (rev 12199)
+++ trunk/vorbis-tools/oggenc/man/oggenc.1	2006-12-10 13:08:10 UTC (rev 12200)
@@ -201,7 +201,7 @@
 will reuse the final one for the remaining files, and issue a warning
 in the case of repeated titles.
 
-.SH ADVANCED ENCODER OPTIONS
+.SH "ADVANCED ENCODER OPTIONS"
 
 Oggenc allows you to set a number of advanced encoder options using the
 .B --advanced-encode-option
@@ -356,6 +356,7 @@
 .SH BUGS
 Reading type 3 wav files (floating point samples) probably doesn't work other than on intel (or other 32 bit, little endian machines). 
 
-.SH SEE ALSO
+.SH "SEE ALSO"
 
-.BR ogg123 (1)
+.PP
+\fBvorbiscomment\fR(1), \fBogg123\fR(1), \fBflac\fR(1), \fBspeexenc\fR(1), \fBffmpeg2theora\fR(1)

Modified: trunk/vorbis-tools/ogginfo/ogginfo.1
===================================================================
--- trunk/vorbis-tools/ogginfo/ogginfo.1	2006-12-10 05:08:17 UTC (rev 12199)
+++ trunk/vorbis-tools/ogginfo/ogginfo.1	2006-12-10 13:08:10 UTC (rev 12200)
@@ -50,6 +50,11 @@
 .IP -v
 Verbose mode. At the current time, this does not do anything.
 
+.SH AUTHORS
 .br
 Michael Smith <msmith at xiph.org>
 
+.SH "SEE ALSO"
+
+.PP
+\fBvorbiscomment\fR(1), \fBogg123\fR(1), \fBoggdec\fR(1), \fBoggenc\fR(1)

Modified: trunk/vorbis-tools/vorbiscomment/vorbiscomment.1
===================================================================
--- trunk/vorbis-tools/vorbiscomment/vorbiscomment.1	2006-12-10 05:08:17 UTC (rev 12199)
+++ trunk/vorbis-tools/vorbiscomment/vorbiscomment.1	2006-12-10 13:08:10 UTC (rev 12200)
@@ -66,7 +66,8 @@
 
     vorbiscomment -a -t 'ARTIST=No One You Know' file.ogg newfile.ogg
 
-.SH SEE ALSO
+.SH TAG FORMAT
+
 See http://xiph.org/ogg/vorbis/doc/v-comment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names.
 
 .SH AUTHORS
@@ -83,3 +84,8 @@
 Manpage Author:
 .br
 Christopher L Cheney <ccheney at debian.org>
+
+.SH "SEE ALSO"
+
+.PP
+\fBoggenc\fR(1), \fBoggdec\fR(1), \fBogg123\fR(1), \fBogginfo\fR(1)



More information about the commits mailing list