diff options
author | 2020-04-21 13:24:29 +0000 | |
---|---|---|
committer | 2020-04-21 13:24:29 +0000 | |
commit | a8f40aacc324bc3e474be0b303131aeac926c0eb (patch) | |
tree | 785f0471ec930acf046d8e51c8516aad9d9859d7 | |
parent | Describe behavior when channel numbers are omitted (diff) | |
download | wireguard-openbsd-a8f40aacc324bc3e474be0b303131aeac926c0eb.tar.xz wireguard-openbsd-a8f40aacc324bc3e474be0b303131aeac926c0eb.zip |
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.
-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 |