diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-21 13:24:30 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-04-21 13:24:30 +0000 |
commit | e67acd7936b707bd939c0c8e9f1c12d147d9f41e (patch) | |
tree | 486e17df084939fc927f75cb018bec8ef8ea4ba1 /usr.bin/sndioctl | |
parent | f09dc673da60f2aef8e41c1b61e2db6758d7e4e5 (diff) |
The group is not optional.
Controls that belong to a group must be expressed with the group name
included. Not all control belong to a group, though.
Diffstat (limited to 'usr.bin/sndioctl')
-rw-r--r-- | usr.bin/sndioctl/sndioctl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sndioctl/sndioctl.1 b/usr.bin/sndioctl/sndioctl.1 index 459f84ff68f..b7825317ac2 100644 --- a/usr.bin/sndioctl/sndioctl.1 +++ b/usr.bin/sndioctl/sndioctl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sndioctl.1,v 1.9 2020/04/21 13:18:27 ratchov Exp $ +.\" $OpenBSD: sndioctl.1,v 1.10 2020/04/21 13:24:29 ratchov Exp $ .\" .\" Copyright (c) 2014-2020 Alexandre Ratchov <alex@caoua.org> .\" @@ -75,7 +75,7 @@ parameters respectively: .Dl group/stream[channel].function .Dl group/stream[channel].function=value .Pp -On the left-hand side are specified the optional parameter group, +On the left-hand side are specified the parameter group (if any), the affected stream name, and the optional channel number. Examples of left-hand side terms: .Pp |