diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
commit | 66cd8f698eee895c4da383fadb4b96550cc19ccd (patch) | |
tree | efb92661e8583b2bb0d620c324f4873ee0c94ab9 /usr.sbin/mixer | |
parent | 0b32553f8976489cd5ee11687f70c18b25edafec (diff) | |
download | FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.zip FreeBSD-src-66cd8f698eee895c4da383fadb4b96550cc19ccd.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.sbin/mixer')
-rw-r--r-- | usr.sbin/mixer/mixer.8 | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/usr.sbin/mixer/mixer.8 b/usr.sbin/mixer/mixer.8 index bfe117a..a210e9d 100644 --- a/usr.sbin/mixer/mixer.8 +++ b/usr.sbin/mixer/mixer.8 @@ -38,12 +38,17 @@ .Op Fl f Ar device .Op Fl s .Oo -.Oo Ns -.Ar dev Op Ar lvol Ns Op Ar :rvol -.Li | recsrc | -.Ar {^|+|-|=}rec rdev +.Oo Ar dev +.Op Ar lvol Ns Op : Ns Ar rvol +.Cm | recsrc | +.Sm off +.Eo \&{ +.Cm ^ | + | - | = +.Sm on +.Ec \&} Ns Cm rec +.Ar rdev .Oc -.Ar ... \& +.Ar ... .Oc .Sh DESCRIPTION The @@ -73,7 +78,7 @@ device will be displayed. To modify the mixer value .Ar dev , the optional left and right channel settings of -.Ar lvol Ns Op Ar :rvol +.Ar lvol Ns Op : Ns Ar rvol may be specified. The .Ar lvol and @@ -89,19 +94,19 @@ for use as the command-line arguments to a future invocation of .Pp To change the recording device you use one of: .Bl -tag -width =rec -offset indent -.It ^rec +.It Cm ^rec toggles .Ar rdev of possible recording devices -.It +rec +.It Cm +rec adds .Ar rdev to possible recording devices -.It -rec +.It Cm -rec removes .Ar rdev from possible recording devices -.It =rec +.It Cm =rec sets the recording device to .Ar rdev .El |