Subject: kern/2523: audio(4) nits
To: None <gnats-bugs@NetBSD.ORG>
From: John Hawkinson <jhawk@mit.edu>
List: netbsd-bugs
Date: 06/06/1996 13:56:23
>Number:         2523
>Category:       kern
>Synopsis:       audio(4) nits
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun  6 14:20:01 1996
>Last-Modified:
>Originator:     John Hawkinson
>Organization:
BBN Planet
>Release:        Last update occurred at Thu Jun  6 07:49:35 1996 for collection current
>Environment:
	
System: NetBSD zorkmid.mit.edu 1.2_ALPHA NetBSD 1.2_ALPHA (ZORKMID) #41: Tue Jun 4 21:31:25 EDT 1996 jhawk@zorkmid:/u1/usr/src/sys/arch/i386/compile/ZORKMID i386


>Description:
	audio(4) leaves out #include of <sys/types.h>, and lists the
	devices in the wrong section.
>How-To-Repeat:
>Fix:
	

*** audio.4.dist	Thu Jun  6 13:42:08 1996
--- audio.4	Thu Jun  6 13:55:11 1996
***************
*** 42,53 ****
  .Nd
  device-independent audio driver layer
  .Sh SYNOPSIS
  .Fd #include <sys/audioio.h>
- .Pa /dev/audio
- .br
- .Pa /dev/sound
- .br
- .Pa /dev/mixer
  .Sh DESCRIPTION
  The
  .Nm audio
--- 42,49 ----
  .Nd
  device-independent audio driver layer
  .Sh SYNOPSIS
+ .Fd #include <sys/types.h>
  .Fd #include <sys/audioio.h>
  .Sh DESCRIPTION
  The
  .Nm audio
***************
*** 405,410 ****
--- 401,410 ----
  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
>Audit-Trail:
>Unformatted: