diff options
author | 2014-06-28 06:59:45 +0000 | |
---|---|---|
committer | 2014-06-28 06:59:45 +0000 | |
commit | d2a826aaca312fa1d57435a1eccf49eb2cdea7df (patch) | |
tree | 463cc97953b7658002026b283a8fec34efa38e19 | |
parent | Use Fa for vscsi(4) ioctl() commands. (diff) | |
download | wireguard-openbsd-d2a826aaca312fa1d57435a1eccf49eb2cdea7df.tar.xz wireguard-openbsd-d2a826aaca312fa1d57435a1eccf49eb2cdea7df.zip |
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 |