summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Feinerer <feinerer@cvs.openbsd.org>2020-04-19 06:39:48 +0000
committerIngo Feinerer <feinerer@cvs.openbsd.org>2020-04-19 06:39:48 +0000
commitaa8b4581edb5f41cc4bf4881eaad983bdb3d17d6 (patch)
treec9bd1d70f4464d1d6434b0df7626742c35a4a914 /lib
parent3204de02d947403400e1f1f6d735fbbbeafe1fcc (diff)
Mention SIO_DEVANY instead of nonexistent SIOCTL_DEVANY constant
OK ratchov@
Diffstat (limited to 'lib')
-rw-r--r--lib/libsndio/sioctl_open.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libsndio/sioctl_open.3 b/lib/libsndio/sioctl_open.3
index 52f7fd6a5a3..bb5bed0e280 100644
--- a/lib/libsndio/sioctl_open.3
+++ b/lib/libsndio/sioctl_open.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sioctl_open.3,v 1.2 2020/02/26 14:41:42 ratchov Exp $
+.\" $OpenBSD: sioctl_open.3,v 1.3 2020/04/19 06:39:47 feinerer Exp $
.\"
.\" Copyright (c) 2011-2020 Alexandre Ratchov <alex@caoua.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 26 2020 $
+.Dd $Mdocdate: April 19 2020 $
.Dt SIOCTL_OPEN 3
.Os
.Sh NAME
@@ -73,7 +73,7 @@ The
.Ar name
parameter gives the device string discussed in
.Xr sndio 7 .
-In most cases it should be set to SIOCTL_DEVANY to allow
+In most cases it should be set to SIO_DEVANY to allow
the user to select it using the
.Ev AUDIODEVICE
environment variable.