diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-01-09 16:51:54 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-01-09 16:51:54 +0000 |
commit | d9846bd01ff0e097030b1611d090f58d1726d6ab (patch) | |
tree | e574fa2d1a962e0bbf034a397db77968f5a97b45 | |
parent | b2a1f969576422efd9bc3b5e81a24efed20c307f (diff) |
More complete synopsis, ok millert@,aaron@
-rw-r--r-- | share/man/man4/audio.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/audio.4 b/share/man/man4/audio.4 index 553c5a91038..a03890890fc 100644 --- a/share/man/man4/audio.4 +++ b/share/man/man4/audio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audio.4,v 1.14 2000/10/18 02:38:21 aaron Exp $ +.\" $OpenBSD: audio.4,v 1.15 2001/01/09 16:51:53 espie Exp $ .\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -43,6 +43,8 @@ .Nd device-independent audio driver layer .Sh SYNOPSIS .Fd #include <sys/types.h> +.Fd #include <sys/ioctl.h> +.Fd #include <string.h> .Fd #include <sys/audioio.h> .Sh DESCRIPTION The |