diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-05-27 17:34:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-05-27 17:34:46 +0000 |
commit | 7279465627f4a3111804ccde63d70657f8454297 (patch) | |
tree | b55f2a431356ad5edb62f400fc871cfc69f9f3a3 /usr.bin/sndioctl/sndioctl.1 | |
parent | 2962b5b4c955eafc1a3e65dbac6b9a43065317cc (diff) |
tweak previous: remove trailing whitespace and redundant .Pp
plus minor improvements to punctuation and markup
Diffstat (limited to 'usr.bin/sndioctl/sndioctl.1')
-rw-r--r-- | usr.bin/sndioctl/sndioctl.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/usr.bin/sndioctl/sndioctl.1 b/usr.bin/sndioctl/sndioctl.1 index 0ee9deb13c0..3501513d5bd 100644 --- a/usr.bin/sndioctl/sndioctl.1 +++ b/usr.bin/sndioctl/sndioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndioctl.1,v 1.13 2020/05/27 17:15:00 espie Exp $ +.\" $OpenBSD: sndioctl.1,v 1.14 2020/05/27 17:34:45 schwarze Exp $ .\" .\" Copyright (c) 2014-2020 Alexandre Ratchov <alex@caoua.org> .\" @@ -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 @@ -118,10 +120,9 @@ control: .Pp .Dl $ sndioctl output.mute=! .Pp -Allow audio recording and set all -.Cm input -channels to 50%. -.Pp +Allow audio recording and set all +.Cm input +channels to 50%: .Bd -literal -offset indent # sysctl kern.audio.record=1 $ sndioctl input.mute=0 input.level=0.5 |