diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-18 14:49:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-18 14:49:36 +0000 |
commit | fb82f13cae0dfb7c6137869d8b6111a874c13226 (patch) | |
tree | a749c521056568c49374ad1193726c768b364409 /usr.bin/mixerctl/mixerctl.1 | |
parent | 4610bbbd80753a6c798a69ffb7ff4c80553f4459 (diff) |
big sorry to simon dassow, whose diff i inadvertently removed;
this reinstates it;
Diffstat (limited to 'usr.bin/mixerctl/mixerctl.1')
-rw-r--r-- | usr.bin/mixerctl/mixerctl.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/mixerctl/mixerctl.1 b/usr.bin/mixerctl/mixerctl.1 index 6472b5668d0..daa0091faf5 100644 --- a/usr.bin/mixerctl/mixerctl.1 +++ b/usr.bin/mixerctl/mixerctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.1,v 1.25 2005/10/17 13:27:41 jmc Exp $ +.\" $OpenBSD: mixerctl.1,v 1.26 2005/10/18 14:49:35 jmc Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -133,7 +133,10 @@ again dependent on the mixer: .Bl -enum .It Enums. -These may take only one out of a possible list of symbolic values, +These may take only one out of a possible list of symbolic values +or the literal string +.Dq toggle , +which toggles the value, e.g. inputs.mic.source=mic0. .It Sets. @@ -183,6 +186,8 @@ Toggle inputs.dac.mute: .Bd -literal -offset indent $ mixerctl -t inputs.dac.mute inputs.dac.mute: off -\*(Gt on +$ mixerctl inputs.dac.mute=toggle +inputs.dac.mute: on -\*(Gt off .Ed .Sh SEE ALSO .Xr aucat 1 , |