diff options
author | 2011-10-12 12:16:10 +0000 | |
---|---|---|
committer | 2011-10-12 12:16:10 +0000 | |
commit | 7eb6a339cd28f3b17bef7e40e5eab4d15746b25f (patch) | |
tree | c9eb4acb6a063561a0b3581dfe14227c84836fde | |
parent | default snaplen is 160 these days (diff) | |
download | wireguard-openbsd-7eb6a339cd28f3b17bef7e40e5eab4d15746b25f.tar.xz wireguard-openbsd-7eb6a339cd28f3b17bef7e40e5eab4d15746b25f.zip |
- avoid line wrapping an example
- sort usage() for midicat
- tweak a bit of unclear wording
ok ratchov
-rw-r--r-- | usr.bin/aucat/aucat.1 | 5 | ||||
-rw-r--r-- | usr.bin/aucat/aucat.c | 6 | ||||
-rw-r--r-- | usr.bin/aucat/midicat.1 | 8 |
3 files changed, 10 insertions, 9 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 diff --git a/usr.bin/aucat/aucat.c b/usr.bin/aucat/aucat.c index 9c614b3e7d4..80d1a581881 100644 --- a/usr.bin/aucat/aucat.c +++ b/usr.bin/aucat/aucat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.120 2011/10/12 07:20:03 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.121 2011/10/12 12:16:10 jmc Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -85,8 +85,8 @@ char aucat_usage[] = "usage: " PROG_AUCAT " [-dlMn] [-a flag] [-b nframes] " "[-w flag] [-x policy] [-z nframes]\n"; char midicat_usage[] = "usage: " PROG_MIDICAT " [-dlM] [-a flag] " - "[-i file] [-L addr] [-s name] [-o file]\n\t" - "[-q port] [-U unit]\n"; + "[-i file] [-L addr] [-o file] [-q port]\n\t" + "[-s name] [-U unit]\n"; /* * SIGINT handler, it raises the quit flag. If the flag is already set, diff --git a/usr.bin/aucat/midicat.1 b/usr.bin/aucat/midicat.1 index ac8ca9d5495..348d0a2831f 100644 --- a/usr.bin/aucat/midicat.1 +++ b/usr.bin/aucat/midicat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: midicat.1,v 1.18 2011/10/12 07:20:04 ratchov Exp $ +.\" $OpenBSD: midicat.1,v 1.19 2011/10/12 12:16:10 jmc Exp $ .\" .\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org> .\" @@ -94,11 +94,11 @@ will accept connections from any address. Create a MIDI thru box. It merges any number of MIDI inputs and broadcasts the result to any number of MIDI outputs, similarly to a hardware MIDI thru box. -Following MIDI ports +Any MIDI ports .Pq Fl q -and MIDI files +or MIDI files .Pq Fl io -will be subscribed to this thru box. +specified after this option will be subscribed to this thru box. If sub-devices are exposed .Pq Fl s they behave like software MIDI ports, |