Add comment to MAKEDEV about audio* devices.
Also update the MAKEDEV manpage (as reminded by wiz)
This commit is contained in:
parent
27198fbcab
commit
e37cad3dd2
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $NetBSD: MAKEDEV,v 1.14 2002/07/30 19:41:08 chris Exp $
|
||||
# $NetBSD: MAKEDEV,v 1.15 2002/07/30 20:50:10 chris Exp $
|
||||
#
|
||||
# Copyright (c) 1990 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
|
@ -114,6 +114,7 @@
|
|||
# wsfont* console font control
|
||||
# pci* PCI bus access devices
|
||||
# systrace syscall tracer
|
||||
# audio* audio devices
|
||||
#
|
||||
|
||||
dialin=0
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
.\" *** DO NOT EDIT - any changes will be lost!!!
|
||||
.\" *** ------------------------------------------------------------------
|
||||
.\"
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.3 2002/06/18 12:59:08 wiz Exp $
|
||||
.\" $NetBSD: MAKEDEV.8,v 1.4 2002/07/30 20:50:10 chris Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -42,7 +42,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd June 18, 2002
|
||||
.Dd July 30, 2002
|
||||
.Dt MAKEDEV 8 cats
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -278,6 +278,9 @@ PCI bus access devices, see
|
|||
. It Ar systrace
|
||||
Syscall tracer, see
|
||||
.Xr \&systrace 4
|
||||
. It Ar audio#
|
||||
Audio devices, see
|
||||
.Xr \&audio 4
|
||||
. El
|
||||
.El
|
||||
.Sh FILES
|
||||
|
|
Loading…
Reference in New Issue