6db738f
From b3a6187e1843e55c47b6e55d11e01399ab3894a0 Mon Sep 17 00:00:00 2001
6db738f
From: Kamil Dudka <kdudka@redhat.com>
6db738f
Date: Tue, 28 May 2013 13:44:02 +0200
6db738f
Subject: [PATCH 1/6] Remove the --quiet (-q) option from vorbiscomment.1 man page.
6db738f
6db738f
---
6db738f
 vorbiscomment/vorbiscomment.1 |    4 +---
6db738f
 1 files changed, 1 insertions(+), 3 deletions(-)
6db738f
6db738f
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
6db738f
index 0108e78..2bceb83 100644
6db738f
--- a/vorbiscomment/vorbiscomment.1
6db738f
+++ b/vorbiscomment/vorbiscomment.1
6db738f
@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags.
6db738f
 .IP "-a, --append"
6db738f
 Append comments.
6db738f
 .IP "-c file, --commentfile file"
6db738f
-Take comments from a file. The file is the same format as is output by the the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed.
6db738f
+Take comments from a file. The file is the same format as is output by the -l option or given to the -t option: one element per line in 'tag=value' format. If the file is /dev/null and -w was passed, the existing comments will be removed.
6db738f
 .IP "-h, --help"
6db738f
 Show command help.
6db738f
 .IP "-l, --list"
6db738f
 List the comments in the Ogg Vorbis file.
6db738f
-.IP "-q, --quiet"
6db738f
-Quiet mode.  No messages are displayed.
6db738f
 .IP "-t 'name=value', --tag 'name=value'"
6db738f
 Specify a new tag on the command line. Each tag is given as a single string. The part before the '=' is treated as the tag name and the part after as the value.
6db738f
 .IP "-w, --write"
6db738f
-- 
6db738f
1.7.1
6db738f
6db738f
6db738f
From 78ade241f35c6e4119e40ad879748a6d6a1a1821 Mon Sep 17 00:00:00 2001
6db738f
From: Kamil Dudka <kdudka@redhat.com>
6db738f
Date: Tue, 28 May 2013 13:46:31 +0200
6db738f
Subject: [PATCH 2/6] Mention the -V option in ogginfo.1 man page.
6db738f
6db738f
---
6db738f
 ogginfo/ogginfo.1 |    2 ++
6db738f
 1 files changed, 2 insertions(+), 0 deletions(-)
6db738f
6db738f
diff --git a/ogginfo/ogginfo.1 b/ogginfo/ogginfo.1
6db738f
index 126da20..bde5490 100644
6db738f
--- a/ogginfo/ogginfo.1
6db738f
+++ b/ogginfo/ogginfo.1
6db738f
@@ -49,6 +49,8 @@ Quiet mode. This may be specified multiple times. Doing so once will remove
6db738f
 the detailed informative messages, twice will remove warnings as well.
6db738f
 .IP -v
6db738f
 Verbose mode. At the current time, this does not do anything.
6db738f
+.IP -V
6db738f
+Output version information and exit.
6db738f
 
6db738f
 .SH AUTHORS
6db738f
 .br
6db738f
-- 
6db738f
1.7.1
6db738f
6db738f
6db738f
From fa810af21f475cf073891088d40bbaf952fd1e28 Mon Sep 17 00:00:00 2001
6db738f
From: Kamil Dudka <kdudka@redhat.com>
6db738f
Date: Tue, 28 May 2013 13:48:06 +0200
6db738f
Subject: [PATCH 3/6] Fix typos in oggdec.1 man page.
6db738f
6db738f
---
6db738f
 oggdec/oggdec.1 |    4 ++--
6db738f
 1 files changed, 2 insertions(+), 2 deletions(-)
6db738f
6db738f
diff --git a/oggdec/oggdec.1 b/oggdec/oggdec.1
6db738f
index fb12b18..1035cb6 100644
6db738f
--- a/oggdec/oggdec.1
6db738f
+++ b/oggdec/oggdec.1
6db738f
@@ -6,7 +6,7 @@ oggdec - simple decoder, Ogg Vorbis file to PCM audio file (Wave or RAW).
6db738f
 .SH "SYNOPSIS"
6db738f
 .B oggdec
6db738f
 [
6db738f
-.B -Qhv
6db738f
+.B -QhV
6db738f
 ] [
6db738f
 .B -b bits_per_sample
6db738f
 ] [
6db738f
@@ -48,7 +48,7 @@ Print help message.
6db738f
 Display version information.
6db738f
 .IP "-b n, --bits=n"
6db738f
 Bits per sample.  Valid values are 8 or 16.
6db738f
-.IP "-e n, --endian=n"
6db738f
+.IP "-e n, --endianness=n"
6db738f
 Set endianness for 16-bit output.  0 (default) is little-endian (Intel byte order).  1 is big-endian (sane byte order).
6db738f
 .IP "-R, --raw"
6db738f
 Output in raw format.  If not specified, writes Wave file (RIFF headers).
6db738f
-- 
6db738f
1.7.1
6db738f
6db738f
6db738f
From 8c8d416cc17cb07dac72ad71d3ef0cc5e09c3bd3 Mon Sep 17 00:00:00 2001
6db738f
From: Kamil Dudka <kdudka@redhat.com>
6db738f
Date: Tue, 28 May 2013 14:00:07 +0200
6db738f
Subject: [PATCH 4/6] Document the --scale option of oggenc.
6db738f
6db738f
---
6db738f
 oggenc/man/oggenc.1 |    5 +++++
6db738f
 oggenc/oggenc.c     |    1 +
6db738f
 2 files changed, 6 insertions(+), 0 deletions(-)
6db738f
6db738f
diff --git a/oggenc/man/oggenc.1 b/oggenc/man/oggenc.1
6db738f
index 411e2a9..633e5ec 100755
6db738f
--- a/oggenc/man/oggenc.1
6db738f
+++ b/oggenc/man/oggenc.1
6db738f
@@ -47,6 +47,9 @@ oggenc \- encode audio into the Ogg Vorbis format
6db738f
 .B --downmix 
6db738f
 ]
6db738f
 [
6db738f
+.B --scale
6db738f
+]
6db738f
+[
6db738f
 .B -s
6db738f
 .I serial
6db738f
 ]
6db738f
@@ -164,6 +167,8 @@ useful for downsampling for lower-bitrate encoding.
6db738f
 .IP "--downmix"
6db738f
 Downmix input from stereo to mono (has no effect on non-stereo streams). Useful
6db738f
 for lower-bitrate encoding.
6db738f
+.IP "--scale"
6db738f
+Input scaling factor (helps with clipping inputs).
6db738f
 .IP "--advanced-encode-option optionname=value"
6db738f
 Sets an advanced option. See the Advanced Options section for details.
6db738f
 .IP "-s, --serial"
6db738f
diff --git a/oggenc/oggenc.c b/oggenc/oggenc.c
6db738f
index 9c3e9cd..ea105b2 100644
6db738f
--- a/oggenc/oggenc.c
6db738f
+++ b/oggenc/oggenc.c
6db738f
@@ -513,6 +513,7 @@ static void usage(void)
6db738f
         " --resample n         Resample input data to sampling rate n (Hz)\n"
6db738f
         " --downmix            Downmix stereo to mono. Only allowed on stereo\n"
6db738f
         "                      input.\n"
6db738f
+        " --scale              Input scaling factor (helps with clipping inputs).\n"
6db738f
         " -s, --serial         Specify a serial number for the stream. If encoding\n"
6db738f
         "                      multiple files, this will be incremented for each\n"
6db738f
         "                      stream after the first.\n"));
6db738f
-- 
6db738f
1.7.1
6db738f
6db738f
6db738f
From 3dcdecdcb520150b53a7e3e7d346e23a49f4018a Mon Sep 17 00:00:00 2001
6db738f
From: Kamil Dudka <kdudka@redhat.com>
6db738f
Date: Tue, 28 May 2013 14:05:22 +0200
6db738f
Subject: [PATCH 5/6] Document --remote and -delay in ogg123.1 man page.
6db738f
6db738f
---
6db738f
 ogg123/ogg123.1 |    6 ++++++
6db738f
 1 files changed, 6 insertions(+), 0 deletions(-)
6db738f
6db738f
diff --git a/ogg123/ogg123.1 b/ogg123/ogg123.1
6db738f
index 160a876..935cab6 100644
6db738f
--- a/ogg123/ogg123.1
6db738f
+++ b/ogg123/ogg123.1
6db738f
@@ -73,6 +73,10 @@ Specify output file for file devices.  The filename "-" writes to standard
6db738f
 out.  If the file already exists,
6db738f
 .B ogg123
6db738f
 will overwrite it.
6db738f
+.IP "-l s, --delay s"
6db738f
+Set termination timeout in milliseconds. ogg123 will skip to the next song on
6db738f
+SIGINT (Ctrl-C), and will terminate if two SIGINTs are received within the
6db738f
+specified timeout 's'. (default 500)
6db738f
 .IP "-h, --help"
6db738f
 Show command help.
6db738f
 .IP "-k n, --skip n"
6db738f
@@ -106,6 +110,8 @@ times slower than normal speed.  May be with -x for interesting fractional
6db738f
 speeds.
6db738f
 .IP "-r, --repeat"
6db738f
 Repeat playlist indefinitely.
6db738f
+.IP "-R, --remote"
6db738f
+Use remote control interface.
6db738f
 .IP "-z, --shuffle"
6db738f
 Play files in pseudo-random order.
6db738f
 .IP "-Z, --random"
6db738f
-- 
6db738f
1.7.1
6db738f
6db738f
6db738f
From ecd9cd8d881fadbb24bc948980bb6125f7b2c710 Mon Sep 17 00:00:00 2001
6db738f
From: Kamil Dudka <kdudka@redhat.com>
6db738f
Date: Tue, 28 May 2013 14:14:32 +0200
6db738f
Subject: [PATCH 6/6] Document the --config (-c) option of ogg123.
6db738f
6db738f
---
6db738f
 ogg123/cmdline_options.c |    1 +
6db738f
 ogg123/ogg123.1          |    2 ++
6db738f
 2 files changed, 3 insertions(+), 0 deletions(-)
6db738f
6db738f
diff --git a/ogg123/cmdline_options.c b/ogg123/cmdline_options.c
6db738f
index d663cc6..8abf4c5 100644
6db738f
--- a/ogg123/cmdline_options.c
6db738f
+++ b/ogg123/cmdline_options.c
6db738f
@@ -373,6 +373,7 @@ void cmdline_usage (void)
6db738f
   printf ("\n");
6db738f
 
6db738f
   printf (_("Miscellaneous options\n"));
6db738f
+  printf (_("  -c c, --config c        Config options from command-line.\n"));
6db738f
   printf (_("  -l s, --delay s         Set termination timeout in milliseconds. ogg123\n"
6db738f
 	    "                          will skip to the next song on SIGINT (Ctrl-C),\n"
6db738f
 	    "                          and will terminate if two SIGINTs are received\n"
6db738f
diff --git a/ogg123/ogg123.1 b/ogg123/ogg123.1
6db738f
index 935cab6..1b419f7 100644
6db738f
--- a/ogg123/ogg123.1
6db738f
+++ b/ogg123/ogg123.1
6db738f
@@ -73,6 +73,8 @@ Specify output file for file devices.  The filename "-" writes to standard
6db738f
 out.  If the file already exists,
6db738f
 .B ogg123
6db738f
 will overwrite it.
6db738f
+.IP "-c c, --config c"
6db738f
+Config options from command-line.
6db738f
 .IP "-l s, --delay s"
6db738f
 Set termination timeout in milliseconds. ogg123 will skip to the next song on
6db738f
 SIGINT (Ctrl-C), and will terminate if two SIGINTs are received within the
6db738f
-- 
6db738f
1.7.1
6db738f