diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-06-28 05:39:31 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2020-06-28 05:39:31 +0000 |
commit | 458fdac9a760a5e8035a05532fc7f6e8deea58b5 (patch) | |
tree | 1418e9c2d99fb3ab035f918c032aab13ffa577ad /lib/libsndio | |
parent | b4ece6a60e25dee69e7328dc94e72041188f9050 (diff) |
Use .Dv for SIOCTL_SEL, as we do for all other macros
Diffstat (limited to 'lib/libsndio')
-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 |