diff --git a/etc/etc.cats/MAKEDEV b/etc/etc.cats/MAKEDEV index 80a743748e07..cde896e3adea 100755 --- a/etc/etc.cats/MAKEDEV +++ b/etc/etc.cats/MAKEDEV @@ -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 diff --git a/share/man/man8/man8.cats/MAKEDEV.8 b/share/man/man8/man8.cats/MAKEDEV.8 index 0576ae0a40e4..a1540b2dbfd7 100644 --- a/share/man/man8/man8.cats/MAKEDEV.8 +++ b/share/man/man8/man8.cats/MAKEDEV.8 @@ -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