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.c | |
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.c')
-rw-r--r-- | usr.bin/aucat/aucat.c | 6 |
1 files changed, 3 insertions, 3 deletions
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, |