diff options
author | 2020-06-28 05:39:30 +0000 | |
---|---|---|
committer | 2020-06-28 05:39:30 +0000 | |
commit | 803610b314c3de6f2fd88b264ea7199b3e368703 (patch) | |
tree | 9da25d346178b8f1ae3b229610654ad33e415fc8 | |
parent | set fb_set_par and have register_framebuffer() do initial modeset (diff) | |
download | wireguard-openbsd-803610b314c3de6f2fd88b264ea7199b3e368703.tar.xz wireguard-openbsd-803610b314c3de6f2fd88b264ea7199b3e368703.zip |
Use .Dv for SIOCTL_SEL, as we do for all other macros
-rw-r--r-- | lib/libsndio/sioctl_open.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sioctl_open.3 b/lib/libsndio/sioctl_open.3 index e4ddd219304..b234e291200 100644 --- a/lib/libsndio/sioctl_open.3 +++ b/lib/libsndio/sioctl_open.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sioctl_open.3,v 1.11 2020/06/28 05:21:38 ratchov Exp $ +.\" $OpenBSD: sioctl_open.3,v 1.12 2020/06/28 05:39:30 ratchov Exp $ .\" .\" Copyright (c) 2011-2020 Alexandre Ratchov <alex@caoua.org> .\" @@ -200,9 +200,9 @@ from the line input to the speaker. An element of an array of boolean switches. For instance the line-in position of the speaker source selector. -.It SIOCTL_SEL +.It Dv SIOCTL_SEL Same as -.Va SIOCTL_LIST +.Dv SIOCTL_LIST but exactly one element is selected at a time. .El .Pp |