unbreak usage and macros in manpage, from jmc

This commit is contained in:
Alexandre Ratchov 2015-01-21 12:31:48 +01:00
parent d27e0e138f
commit 8dd18742f2
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
.Nm aucat
.Bk -words
.Op Fl dn
.Op Dl b Ar size
.Op Fl b Ar size
.Op Fl c Ar min : Ns Ar max
.Op Fl e Ar enc
.Op Fl f Ar device

View File

@ -134,9 +134,9 @@ struct slot *slot_list = NULL;
unsigned int voice_len[] = { 3, 3, 3, 3, 2, 2, 3 };
unsigned int common_len[] = { 0, 2, 3, 2, 0, 0, 1, 1 };
char usagestr[] = "usage: aucat [-d] [-b nframes] "
"[-c min:max] [-e enc] [-f device]\n\t"
"[-j flag] [-q port] [-r rate] [-v volume]\n";
char usagestr[] = "usage: aucat [-dn] [-b size] "
"[-c min:max] [-e enc] [-f device] [-h fmt]\n\t"
"[-i file] [-j flag] [-o file] [-q port] [-r rate] [-v volume]\n";
static void
slot_log(struct slot *s)