diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-10 09:12:14 +0000 |
commit | 954f7917cd61e2c4e87fa97f77b5d16372fced8d (patch) | |
tree | 871a313e9494c2e181e8b7547436ca52ed2b21b5 /usr.bin/mixerctl | |
parent | 7da7265de4dc122cf4762c2707b245904c8acdd7 (diff) |
- section reorder
- COMPATIBILITY merge
- macro cleanup
- kill whitespace at EOL
- new sentence, new line
ssh pages ok markus@
Diffstat (limited to 'usr.bin/mixerctl')
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 85141c734db..d65737a28bd 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.17 2003/05/15 00:57:50 jfb Exp $ +.\" $OpenBSD: mixerctl.1,v 1.18 2003/06/10 09:12:11 jmc Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -125,6 +125,16 @@ Discrete mixer values, e.g., the recording source, have symbolic names. Depending on the mixer it may either be an enumeration or a set. +.Sh ENVIRONMENT +.Bl -tag -width MIXERDEVICE +.It Ev MIXERDEVICE +The audio mixer device to use. +.El +.Sh FILES +.Bl -tag -width /dev/mixer +.It Pa /dev/mixer +default mixer audio device +.El .Sh EXAMPLES The command .Pp @@ -142,16 +152,6 @@ record.record=220,220 volume record.record.source=mic [ mic cd dac ] monitor.monitor=0 volume .Ed -.Sh ENVIRONMENT -.Bl -tag -width MIXERDEVICE -.It Ev MIXERDEVICE -The audio mixer device to use. -.El -.Sh FILES -.Bl -tag -width /dev/mixer -.It Pa /dev/mixer -default mixer audio device -.El .Sh SEE ALSO .Xr audioctl 1 , .Xr audio 4 , |