sndioctl.1 fixes, from schwarze@

This commit is contained in:
Alexandre Ratchov 2020-04-30 16:20:09 +02:00
parent 343f13e33f
commit 5324c19a9c
1 changed files with 13 additions and 11 deletions

View File

@ -100,20 +100,22 @@ If
.Qq \&! .Qq \&!
is used instead of a number, then the switch is toggled. is used instead of a number, then the switch is toggled.
.Sh EXAMPLES .Sh EXAMPLES
The following will set all Increase the
.Ar output .Cm level
channels control affecting all
.Ar level .Cm output
control to zero: channels by 10% of the maximum:
.Pp .Pp
.Dl $ sndioctl output.level=0 .Dl $ sndioctl output.level=+0.1
.Pp .Pp
The following set all Mute all output channels:
.Ar output .Pp
channels .Dl $ sndioctl output.mute=1
.Ar mute .Pp
Toggle the above
.Cm mute
control: control:
.Pp .Pp
.Dl $ sndioctl output.mute=0 .Dl $ sndioctl output.mute=!
.Sh SEE ALSO .Sh SEE ALSO
.Xr sioctl_open 3 .Xr sioctl_open 3