diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-06-28 06:59:46 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2014-06-28 06:59:46 +0000 |
commit | 155da247465a4cf65ed7925b1736d55e1f76a69f (patch) | |
tree | c84fd8843b149f3507a2506c8c3835bed42c2e47 | |
parent | aa40e489325565103aaccd463ca9b5f7c3eb6ad9 (diff) |
audio(4) has nothing to do with <string.h>
-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 |