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 \&!
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