Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8/man8.alpha Update to changes in MAKEDEV. Inte...



details:   https://anonhg.NetBSD.org/src/rev/536311966188
branches:  trunk
changeset: 500116:536311966188
user:      wrstuden <wrstuden%NetBSD.org@localhost>
date:      Tue Dec 05 21:24:36 2000 +0000

description:
Update to changes in MAKEDEV. Intended to catch addition of ttyCY,
but is catching more.

Also, this is the first checkin using rev 1.2 of MAKEDEV.8.template,
and as such includes removal of the requirement to acknowledge
Christopher G. Demetriou in advertizing material.

diffstat:

 share/man/man8/man8.alpha/MAKEDEV.8 |  37 ++++++++++++++++++++++++-------------
 1 files changed, 24 insertions(+), 13 deletions(-)

diffs (103 lines):

diff -r 484174421735 -r 536311966188 share/man/man8/man8.alpha/MAKEDEV.8
--- a/share/man/man8/man8.alpha/MAKEDEV.8       Tue Dec 05 19:54:09 2000 +0000
+++ b/share/man/man8/man8.alpha/MAKEDEV.8       Tue Dec 05 21:24:36 2000 +0000
@@ -6,10 +6,11 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.6 2000/11/07 06:43:27 lukem Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.7 2000/12/05 21:24:36 wrstuden Exp $
 .\"
-.\" Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
-.\"
+.\" Copyright (c) 1999 Christopher G. Demetriou
+.\" All rights reserved.
+.\" 
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
@@ -20,11 +21,12 @@
 .\"    documentation and/or other materials provided with the distribution.
 .\" 3. All advertising materials mentioning features or use of this software
 .\"    must display the following acknowledgement:
-.\"      This product includes software developed by Christopher G. Demetriou
-.\"      for the NetBSD Project.
-.\" 3. The name of the author may not be used to endorse or promote products
-.\"    derived from this software without specific prior written permission
-.\"
+.\"          This product includes software developed for the
+.\"          NetBSD Project.  See http://www.netbsd.org/ for
+.\"          information about NetBSD.
+.\" 4. The name of the author may not be used to endorse or promote products
+.\"    derived from this software without specific prior written permission.
+.\" 
 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
@@ -35,6 +37,8 @@
 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\" 
+.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
 .\"
 .\" Copyright (c) 1991 The Regents of the University of California.
@@ -83,7 +87,7 @@
 .Op Ar ...
 .Sh DESCRIPTION
 The shell script
-.Nm "" ,
+.Nm MAKEDEV ,
 found in the
 .Pa /dev
 directory, is used to create
@@ -93,7 +97,7 @@
 .\" .Xr special 8
 .\" for a more complete discussion of special files.
 .Pp
-.Nm
+.Nm MAKEDEV
 takes any number of device names as arguments,
 where the names are the common abbreviation for
 the device.
@@ -143,15 +147,14 @@
 . El
 .It Disks:
 . Bl -tag -width 0123456789 -compact
-. It Ar ca#
-Compaq array, see
-.Xr ca 4 
 . It Ar ccd#
 Concatenated disk driver, see
 .Xr ccd 4 
 . It Ar cd#
 SCSI CD-ROM, see
 .Xr cd 4 
+. It Ar ld#
+Logical disk devices (e.g. hardware RAID)
 . It Ar md#
 Memory pseudo-disk devices, see
 .Xr md 4 
@@ -180,6 +183,8 @@
 Workstation console (``wscons'') glass-tty emulators
 . It Ar ttyCZ?
 Cyclades-Z multiport serial boards. Each ``unit'' makes 64 ports.
+. It Ar ttyCY#
+Cyclom-Y multiport serial boards. Each ``unit'' makes 32 ports.
 . El
 .It Pseudo terminals:
 . Bl -tag -width 0123456789 -compact
@@ -208,6 +213,12 @@
 . It Ar ugen#
 Generic devices, see
 .Xr ugen 4 
+. It Ar urio#
+Diamond Rio 500, see
+.Xr urio 4 
+. It Ar uscanner#
+Scanners, see
+.Xr uscanner 4 
 . It Ar ttyU#
 Modem
 . El



Home | Main Index | Thread Index | Old Index