Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add comment to MAKEDEV about audio* devices.



details:   https://anonhg.NetBSD.org/src/rev/f7842f9b1e45
branches:  trunk
changeset: 534613:f7842f9b1e45
user:      chris <chris%NetBSD.org@localhost>
date:      Tue Jul 30 20:50:10 2002 +0000

description:
Add comment to MAKEDEV about audio* devices.
Also update the MAKEDEV manpage (as reminded by wiz)

diffstat:

 etc/etc.cats/MAKEDEV               |  3 ++-
 share/man/man8/man8.cats/MAKEDEV.8 |  7 +++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r 706a44dcc871 -r f7842f9b1e45 etc/etc.cats/MAKEDEV
--- a/etc/etc.cats/MAKEDEV      Tue Jul 30 20:43:57 2002 +0000
+++ b/etc/etc.cats/MAKEDEV      Tue Jul 30 20:50:10 2002 +0000
@@ -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 -r 706a44dcc871 -r f7842f9b1e45 share/man/man8/man8.cats/MAKEDEV.8
--- a/share/man/man8/man8.cats/MAKEDEV.8        Tue Jul 30 20:43:57 2002 +0000
+++ b/share/man/man8/man8.cats/MAKEDEV.8        Tue Jul 30 20:50:10 2002 +0000
@@ -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 @@
 . It Ar systrace
 Syscall tracer, see
 .Xr \&systrace 4
+. It Ar audio#
+Audio devices, see
+.Xr \&audio 4
 . El
 .El
 .Sh FILES



Home | Main Index | Thread Index | Old Index