diff options
author | 2005-10-18 14:49:35 +0000 | |
---|---|---|
committer | 2005-10-18 14:49:35 +0000 | |
commit | d1f6e5c639d318cc160182eca0624a31fa40ac0e (patch) | |
tree | 6eb0158f820f0cc8f7ac1e2d4b3c9763232f7ae7 | |
parent | remove wrong definition since result really belongs to stat (which is (diff) | |
download | wireguard-openbsd-d1f6e5c639d318cc160182eca0624a31fa40ac0e.tar.xz wireguard-openbsd-d1f6e5c639d318cc160182eca0624a31fa40ac0e.zip |
big sorry to simon dassow, whose diff i inadvertently removed;
this reinstates it;
-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 , |