diff --git a/doc/oggz-chop.1 b/doc/oggz-chop.1 index 03ccea3cdd93fce5887ab9ac16cbd54bbfed1027..deb34248a8adf5ebd4152ec5dd7a43528f4f89d4 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 8981c51636110be342e5bbbab78528f10cd44a96..9bdb4583465190ac4b74ca00253f1514042c8248 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 39d54d5b0ea7a37a6fc07593e6e1a9f2f8170ff3..48e43283acea7539123b7b3bd1d2f0dd330e8e73 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 09a29f3be903d1dc9dda5c1cedfa5cb1ec9414d2..cf642bd4f2400762950531b7182401201b234ae7 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 82ec78ce6fbb4e2d371852095c17fb7b9f18ac0f..b445ecde2cf68acbd7b88ea06065551a1ca0b1aa 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 7f62bf3b7eddec2c7bd6b324164cf29ea665fd93..c428e7b371076f1af82a9037a2092791d0fb78b8 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 4fa5a4923c9111e1cae5c9346ac0c3d98085945d..a953f05fa7854310f80cf9c55705e201466e9382 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"