[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.1

Kenneth C. Arnold kcarnold at xiph.org
Tue Jun 19 10:26:53 PDT 2001



kcarnold    01/06/19 10:26:53

  Modified:    ogg123   ogg123.1
  Log:
  A few random fixes to the manpage. It really needs a lot more help
  than I am able to give it, since *roff format is pretty strange to me.

Revision  Changes    Path
1.6       +10 -7     vorbis-tools/ogg123/ogg123.1

Index: ogg123.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.1,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ogg123.1	2001/06/18 03:01:51	1.5
+++ ogg123.1	2001/06/19 17:26:52	1.6
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -Tascii ogg123.1
 .\"
-.TH ogg123 1 "July 29, 2000" "" "Vorbis Tools"
+.TH ogg123 1 "June 19, 2001" "" "Vorbis Tools"
 
 .SH NAME
 ogg123 \- plays Ogg Vorbis files
@@ -58,15 +58,15 @@
 .IP "-V, --version"
 Display version information.
 .IP "-v, --verbose"
-Increase verbosity.  (Currently not implemented.)
+Increase verbosity.
 .IP "-z, --shuffle"
-Play files in random order.
+Play files in pseudo-random order.
 
 .SH DEVICES
 
 .B ogg123
-supports a variety of audio output devices.  Only those devices
-supported by the target platform will be compiled in.
+supports a variety of audio output devices through libao.  Only those
+devices supported by the target platform will be compiled in.
 
 .IP null
 Null driver.  All audio data is discarded.  (Note: Audio data is not
@@ -165,7 +165,7 @@
 .RE
 .PP
 
-Use the WAV driver with the default output file, "ouput.wav":
+Use the WAV driver with the default output file, "output.wav":
 .RS
 .B ogg123 -d wav test.ogg
 .RE
@@ -227,7 +227,10 @@
 
 .SH BUGS
 
-The WAV driver does not interpret the file "-" as stdout.
+The WAV driver does not interpret the file "-" as stdout. Note that
+there are issues with streaming WAV-format audio, so there is no way
+to fix this properly. Use the raw output driver if you need to use
+ogg123 in a pipe.
 
 .SH AUTHORS
 

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list