From 193ea5a5c8ba6c4cd5f828b3fb650284f3e417f5 Mon Sep 17 00:00:00 2001 From: Conrad Parker Date: Fri, 25 Sep 2009 23:57:27 +0900 Subject: [PATCH] escape minus signs in man pages Reported by John Ferlito (http://pastie.org/630353) using lintian --- doc/oggz-chop.1 | 6 +++--- doc/oggz-comment.1 | 6 +++--- doc/oggz-dump.1 | 2 +- doc/oggz-info.1 | 2 +- doc/oggz-merge.1 | 2 +- doc/oggz-rip.1 | 4 ++-- doc/oggz-sort.1 | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/oggz-chop.1 b/doc/oggz-chop.1 index 03ccea3..deb3424 100644 --- a/doc/oggz-chop.1 +++ b/doc/oggz-chop.1 @@ -62,19 +62,19 @@ Output version information and exit. Extract the first minute of file.ogx: .PP .RS -\f(CWoggz chop -e 1:00 file.ogx\fP +\f(CWoggz chop \-e 1:00 file.ogx\fP .RE .PP Extract from the second to the fifth minute of file.ogx: .PP .RS -\f(CWoggz chop -s 2:00 -e 5:00 -o output.ogx file.ogx\fP +\f(CWoggz chop \-s 2:00 \-e 5:00 \-o output.ogx file.ogx\fP .RE .PP Extract, specifying SMPTE-25 frame offsets: .PP .RS -\f(CWoggz chop -s smpte-25:00:02:03::12 -e smpte-25:00:05:02::04 -o output.ogv file.ogv\fP +\f(CWoggz chop \-s smpte\-25:00:02:03::12 \-e smpte\-25:00:05:02::04 \-o output.ogv file.ogv\fP .RE diff --git a/doc/oggz-comment.1 b/doc/oggz-comment.1 index 8981c51..9bdb458 100644 --- a/doc/oggz-comment.1 +++ b/doc/oggz-comment.1 @@ -50,20 +50,20 @@ Output version information and exit. List all comments in file.ogg: .PP .RS -\f(CWoggz comment -l file.ogg\fP +\f(CWoggz comment \-l file.ogg\fP .RE .PP List only the comments in the Theora bitstream in file.ogv: .PP .RS -\f(CWoggz comment -l -c theora file.ogv\fP +\f(CWoggz comment \-l \-c theora file.ogv\fP .RE .PP Add the comment "GENRE=Rock" to the Vorbis bitstream of file.ogv, writing output to output.ogv: .PP .RS -\f(CWoggz comment -c vorbis -o output.ogv file.ogg GENRE=Rock\fP +\f(CWoggz comment \-c vorbis \-o output.ogv file.ogg GENRE=Rock\fP .RE .SH "AUTHOR" diff --git a/doc/oggz-dump.1 b/doc/oggz-dump.1 index 39d54d5..48e4328 100644 --- a/doc/oggz-dump.1 +++ b/doc/oggz-dump.1 @@ -104,7 +104,7 @@ Dump all bitstreams in file.ogg: Dump only the Theora bitstream in file.ogv: .PP .RS -\f(CWoggz dump -c theora file.ogv\fP +\f(CWoggz dump \-c theora file.ogv\fP .RE .SH "AUTHOR" diff --git a/doc/oggz-info.1 b/doc/oggz-info.1 index 09a29f3..cf642bd 100644 --- a/doc/oggz-info.1 +++ b/doc/oggz-info.1 @@ -69,7 +69,7 @@ Describe all bitstreams in file.ogg: Describe only the Theora bitstream in file.ogv: .PP .RS -\f(CWoggz info -c theora file.ogv\fP +\f(CWoggz info \-c theora file.ogv\fP .RE .SH "AUTHOR" diff --git a/doc/oggz-merge.1 b/doc/oggz-merge.1 index 82ec78c..b445ecd 100644 --- a/doc/oggz-merge.1 +++ b/doc/oggz-merge.1 @@ -63,7 +63,7 @@ Output version information and exit. Merge pages of audio.oga and video.ogv: .PP .RS -\f(CWoggz merge -o output.ogv audio.oga video.ogv\fP +\f(CWoggz merge \-o output.ogv audio.oga video.ogv\fP .RE .SH "AUTHOR" diff --git a/doc/oggz-rip.1 b/doc/oggz-rip.1 index 7f62bf3..c428e7b 100644 --- a/doc/oggz-rip.1 +++ b/doc/oggz-rip.1 @@ -61,13 +61,13 @@ of codecs known by the installed version of oggz. Extract all bitstreams from file.ogg: .PP .RS -\f(CWoggz rip -o output.ogg file.ogg\fP +\f(CWoggz rip \-o output.ogg file.ogg\fP .RE .PP Extract only the Theora bitstream from file.ogv: .PP .RS -\f(CWoggz rip -c theora -o output.ogv file.ogv\fP +\f(CWoggz rip \-c theora \-o output.ogv file.ogv\fP .RE .SH "AUTHOR" diff --git a/doc/oggz-sort.1 b/doc/oggz-sort.1 index 4fa5a49..a953f05 100644 --- a/doc/oggz-sort.1 +++ b/doc/oggz-sort.1 @@ -59,7 +59,7 @@ Output version information and exit. Correct the page ordering in broken.ogv: .PP .RS -\f(CWoggz sort -o fixed.ogv broken.ogv\fP +\f(CWoggz sort \-o fixed.ogv broken.ogv\fP .RE .SH "AUTHOR" -- GitLab