summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/audio.412
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4
index a9b7ac020bd..b6227cfba58 100644
--- a/share/man/man4/audio.4
+++ b/share/man/man4/audio.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: audio.4,v 1.3 1996/03/29 10:16:04 niklas Exp $
+.\" $OpenBSD: audio.4,v 1.4 1996/06/16 13:50:57 deraadt Exp $
.\" $NetBSD: audio.4,v 1.3 1996/02/27 22:42:05 jtc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -43,12 +43,8 @@
.Nd
device-independent audio driver layer
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <sys/audioio.h>
-.Pa /dev/audio
-.br
-.Pa /dev/sound
-.br
-.Pa /dev/mixer
.Sh DESCRIPTION
The
.Nm audio
@@ -406,6 +402,10 @@ By convention, all the mixer device indices for generic
class grouping are at the end of the index number space for a particular
hardware device, and can be distinguished from other mixer controls
because they use a name from one of the AudioC* string values.
+.Sh FILES
+.Pa /dev/audio
+.Pa /dev/mixer
+.Pa /dev/sound
.Sh SEE ALSO
.Xr ioctl 2 .
.br