diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-12 12:16:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-10-12 12:16:11 +0000 |
commit | 04f0a71606ccfd64e25eae6175b7400c99826849 (patch) | |
tree | a93e469a97349d22d293af8b922fe2e61062ad43 /usr.bin/aucat/aucat.1 | |
parent | a4f597f694e79605f59adeb9f1a57c5c2b939b0a (diff) |
- avoid line wrapping an example
- sort usage() for midicat
- tweak a bit of unclear wording
ok ratchov
Diffstat (limited to 'usr.bin/aucat/aucat.1')
-rw-r--r-- | usr.bin/aucat/aucat.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index c1909386f46..9d4d35d965f 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.87 2011/10/12 07:20:03 ratchov Exp $ +.\" $OpenBSD: aucat.1,v 1.88 2011/10/12 12:16:10 jmc Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -629,7 +629,8 @@ $ aucat -j off -r 96000 -C 2:3 -o file1.raw -C 6:7 -o file2.raw .Pp Split a stereo file into two mono files: .Bd -literal -offset indent -$ aucat -n -j off -i stereo.wav -C 0:0 -o left.wav -C 1:1 -o right.wav +$ aucat -n -j off -i stereo.wav -C 0:0 -o left.wav -C 1:1 \e + -o right.wav .Ed .Pp Start |