From 7d0bfffd420f0010235b807d350890d3b1031dc9 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sun, 28 Jun 2020 07:52:16 +0200 Subject: [PATCH] sndioctl: add "mute" example, from espie@ --- sndioctl/sndioctl.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sndioctl/sndioctl.1 b/sndioctl/sndioctl.1 index 68c82ce..929345c 100644 --- a/sndioctl/sndioctl.1 +++ b/sndioctl/sndioctl.1 @@ -108,7 +108,9 @@ channels by 10% of the maximum: .Pp .Dl $ sndioctl output.level=+0.1 .Pp -Mute all output channels: +Mute all +.Cm output +channels: .Pp .Dl $ sndioctl output.mute=1 .Pp