Fix sndioctl SYNOPSYS and usage string.

This commit is contained in:
Alexandre Ratchov 2020-02-26 18:14:59 +01:00
parent 1d644ba2a8
commit c6c63cff50
2 changed files with 2 additions and 4 deletions

View File

@ -23,12 +23,10 @@
.Sh SYNOPSIS
.Nm
.Bk -words
.Op Fl iv
.Op Fl dimv
.Op Fl f Ar device
.Op Ar command ...
.Ek
.Nm
.Fl d
.Sh DESCRIPTION
The
.Nm

View File

@ -872,7 +872,7 @@ main(int argc, char **argv)
break;
default:
fprintf(stderr, "usage: sndioctl "
"[-dimnv] [-f device] [command ...]\n");
"[-dimv] [-f device] [command ...]\n");
exit(1);
}
}