From 5324c19a9cdbfe32c8cd7f4ec3557d39506c9cf6 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Thu, 30 Apr 2020 16:20:09 +0200 Subject: [PATCH] sndioctl.1 fixes, from schwarze@ --- sndioctl/sndioctl.1 | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/sndioctl/sndioctl.1 b/sndioctl/sndioctl.1 index f8645ba..68c82ce 100644 --- a/sndioctl/sndioctl.1 +++ b/sndioctl/sndioctl.1 @@ -100,20 +100,22 @@ If .Qq \&! is used instead of a number, then the switch is toggled. .Sh EXAMPLES -The following will set all -.Ar output -channels -.Ar level -control to zero: +Increase the +.Cm level +control affecting all +.Cm output +channels by 10% of the maximum: .Pp -.Dl $ sndioctl output.level=0 +.Dl $ sndioctl output.level=+0.1 .Pp -The following set all -.Ar output -channels -.Ar mute +Mute all output channels: +.Pp +.Dl $ sndioctl output.mute=1 +.Pp +Toggle the above +.Cm mute control: .Pp -.Dl $ sndioctl output.mute=0 +.Dl $ sndioctl output.mute=! .Sh SEE ALSO .Xr sioctl_open 3