[Vorbis-dev] [PATCH 3/6] Fix typos in oggdec.1 man page.

Kamil Dudka kdudka at redhat.com
Tue May 28 05:28:11 PDT 2013


---
 oggdec/oggdec.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/oggdec/oggdec.1 b/oggdec/oggdec.1
index fb12b18..1035cb6 100644
--- a/oggdec/oggdec.1
+++ b/oggdec/oggdec.1
@@ -6,7 +6,7 @@ oggdec - simple decoder, Ogg Vorbis file to PCM audio file (Wave or RAW).
 .SH "SYNOPSIS"
 .B oggdec
 [
-.B -Qhv
+.B -QhV
 ] [
 .B -b bits_per_sample
 ] [
@@ -48,7 +48,7 @@ Print help message.
 Display version information.
 .IP "-b n, --bits=n"
 Bits per sample.  Valid values are 8 or 16.
-.IP "-e n, --endian=n"
+.IP "-e n, --endianness=n"
 Set endianness for 16-bit output.  0 (default) is little-endian (Intel byte order).  1 is big-endian (sane byte order).
 .IP "-R, --raw"
 Output in raw format.  If not specified, writes Wave file (RIFF headers).
-- 
1.7.1



More information about the Vorbis-dev mailing list