diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 13:50:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-16 13:50:58 +0000 |
commit | b0486b6d37a789ffb5e8c9a4d7b79ba9f9c66414 (patch) | |
tree | d0521cc4291c2fd3c0dfa03ff97934aed401edb2 /share/man | |
parent | 36f80ece9b03b6ed42159b1a4556e8e067e64c43 (diff) |
fix includes and device names; netbsd pr#2523; jhawk@mit.edu
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/audio.4 | 12 |
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 |