diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-21 13:18:28 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-21 13:18:28 +0000 |
commit | f09dc673da60f2aef8e41c1b61e2db6758d7e4e5 (patch) | |
tree | 6456ab898f4346c5b308e588c0c550df5031ccd8 /usr.bin/sndioctl/sndioctl.1 | |
parent | 2a6cccfd630e269f015ef15afbe4970230d4a35c (diff) |
Describe behavior when channel numbers are omitted
Diffstat (limited to 'usr.bin/sndioctl/sndioctl.1')
-rw-r--r-- | usr.bin/sndioctl/sndioctl.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/sndioctl/sndioctl.1 b/usr.bin/sndioctl/sndioctl.1 index a110b4f7b29..459f84ff68f 100644 --- a/usr.bin/sndioctl/sndioctl.1 +++ b/usr.bin/sndioctl/sndioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndioctl.1,v 1.8 2020/04/21 13:13:16 ratchov Exp $ +.\" $OpenBSD: sndioctl.1,v 1.9 2020/04/21 13:18:27 ratchov Exp $ .\" .\" Copyright (c) 2014-2020 Alexandre Ratchov <alex@caoua.org> .\" @@ -82,6 +82,9 @@ Examples of left-hand side terms: .Dl output.level .Dl output[0].level .Pp +If the channel number (including the brackets) is omitted, +the command is applied to all channels. +.Pp Values are numbers between 0 and 1. Two-state controls (switches) take either 0 or 1 as value, typically corresponding to the |