diff options
-rw-r--r-- | share/man/man4/audio.4 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index 013bbc6356f..0854447e167 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.63 2013/08/28 16:19:39 jmc Exp $ +.\" $OpenBSD: audio.4,v 1.64 2014/06/28 06:59:45 matthew Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 28 2013 $ +.Dd $Mdocdate: June 28 2014 $ .Dt AUDIO 4 .Os .Sh NAME @@ -38,10 +38,9 @@ .Sh SYNOPSIS .Cd "audio* at ..." .Pp -.Fd #include <sys/types.h> -.Fd #include <sys/ioctl.h> -.Fd #include <sys/audioio.h> -.Fd #include <string.h> +.In sys/types.h +.In sys/ioctl.h +.In sys/audioio.h .Sh DESCRIPTION The .Nm audio |