Source-Changes-HG archive

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

[src/trunk]: src Add MAKEDEV.8 manpage for next68k.



details:   https://anonhg.NetBSD.org/src/rev/17c280c4a65b
branches:  trunk
changeset: 476605:17c280c4a65b
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Tue Sep 21 14:20:36 1999 +0000

description:
Add MAKEDEV.8 manpage for next68k.

diffstat:

 distrib/sets/lists/base/mi                     |    4 +-
 distrib/sets/lists/man/md_share                |    8 +-
 etc/mtree/NetBSD.dist                          |    7 +-
 share/man/man8/Makefile                        |    6 +-
 share/man/man8/man8.next68k/MAKEDEV.8          |  196 +++++++++++++++++++++++++
 share/man/man8/man8.next68k/MAKEDEV.8.template |   81 ++++++++++
 share/man/man8/man8.next68k/Makefile           |    8 +
 7 files changed, 303 insertions(+), 7 deletions(-)

diffs (truncated from 394 to 300 lines):

diff -r 07ffe963e2d7 -r 17c280c4a65b distrib/sets/lists/base/mi
--- a/distrib/sets/lists/base/mi        Tue Sep 21 13:17:22 1999 +0000
+++ b/distrib/sets/lists/base/mi        Tue Sep 21 14:20:36 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.124 1999/09/20 06:12:07 veego Exp $
+# $NetBSD: mi,v 1.125 1999/09/21 14:20:38 hubertf Exp $
 .
 ./altroot
 ./bin
@@ -887,6 +887,7 @@
 ./usr/share/man/cat8/i386
 ./usr/share/man/cat8/mac68k
 ./usr/share/man/cat8/mvme68k
+./usr/share/man/cat8/next68k
 ./usr/share/man/cat8/pc532
 ./usr/share/man/cat8/pmax
 ./usr/share/man/cat8/sparc
@@ -947,6 +948,7 @@
 ./usr/share/man/man8/i386
 ./usr/share/man/man8/mac68k
 ./usr/share/man/man8/mvme68k
+./usr/share/man/man8/next68k
 ./usr/share/man/man8/pc532
 ./usr/share/man/man8/pmax
 ./usr/share/man/man8/sparc
diff -r 07ffe963e2d7 -r 17c280c4a65b distrib/sets/lists/man/md_share
--- a/distrib/sets/lists/man/md_share   Tue Sep 21 13:17:22 1999 +0000
+++ b/distrib/sets/lists/man/md_share   Tue Sep 21 14:20:36 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md_share,v 1.67 1999/09/20 03:48:51 sakamoto Exp $
+# $NetBSD: md_share,v 1.68 1999/09/21 14:20:39 hubertf Exp $
 ./usr/share/man/cat1/atari/edahdi.0
 ./usr/share/man/cat1/atari/msconfig.0
 ./usr/share/man/cat1/grfinfo.0
@@ -282,6 +282,8 @@
 ./usr/share/man/cat8/mvme68k/MAKEDEV.0
 ./usr/share/man/cat8/mvme68k/installboot.0
 ./usr/share/man/cat8/mvme68k/makedev.0
+./usr/share/man/cat8/next68k/MAKEDEV.0
+./usr/share/man/cat8/next68k/makedev.0
 ./usr/share/man/cat8/pc532/MAKEDEV.0
 ./usr/share/man/cat8/pc532/bim.0
 ./usr/share/man/cat8/pc532/makedev.0
@@ -599,9 +601,11 @@
 ./usr/share/man/man8/mac68k/boot.8
 ./usr/share/man/man8/mac68k/MAKEDEV.0
 ./usr/share/man/man8/mac68k/makedev.0
+./usr/share/man/man8/mvme68k/MAKEDEV.0
 ./usr/share/man/man8/mvme68k/installboot.8
-./usr/share/man/man8/mvme68k/MAKEDEV.0
 ./usr/share/man/man8/mvme68k/makedev.0
+./usr/share/man/man8/next68k/MAKEDEV.0
+./usr/share/man/man8/next68k/makedev.0
 ./usr/share/man/man8/pc532/MAKEDEV.8
 ./usr/share/man/man8/pc532/bim.8
 ./usr/share/man/man8/pc532/makedev.8
diff -r 07ffe963e2d7 -r 17c280c4a65b etc/mtree/NetBSD.dist
--- a/etc/mtree/NetBSD.dist     Tue Sep 21 13:17:22 1999 +0000
+++ b/etc/mtree/NetBSD.dist     Tue Sep 21 14:20:36 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NetBSD.dist,v 1.89 1999/09/20 06:14:57 veego Exp $
+#      $NetBSD: NetBSD.dist,v 1.90 1999/09/21 14:20:36 hubertf Exp $
 #      @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
 
 /set type=dir uname=root gname=wheel mode=0755
@@ -1367,6 +1367,11 @@
 # ./usr/share/man/cat8/mvme68k
 ..
 
+# ./usr/share/man/cat8/next68k
+next68k
+# ./usr/share/man/cat8/next68k
+..
+
 # ./usr/share/man/cat8/pc532
 pc532
 # ./usr/share/man/cat8/pc532
diff -r 07ffe963e2d7 -r 17c280c4a65b share/man/man8/Makefile
--- a/share/man/man8/Makefile   Tue Sep 21 13:17:22 1999 +0000
+++ b/share/man/man8/Makefile   Tue Sep 21 14:20:36 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 1999/09/20 06:51:26 veego Exp $
+#      $NetBSD: Makefile,v 1.32 1999/09/21 14:20:41 hubertf Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 MAN=   adduser.8 compat_freebsd.8 compat_ibcs2.8 compat_linux.8 \
@@ -10,8 +10,8 @@
 MLINKS+=       yp.8 nis.8
 SUBDIR=        man8.alpha man8.amiga man8.arm32 man8.atari man8.bebox \
        man8.hp300 man8.hpcmips man8.i386 man8.mac68k man8.mvme68k \
-       man8.pc532 man8.pmax man8.sparc man8.sparc64 man8.sun3 man8.vax \
-       man8.x68k
+       man8.next68k man8.pc532 man8.pmax man8.sparc man8.sparc64 \
+       man8.sun3 man8.vax man8.x68k
 
 .include <bsd.man.mk>
 .include <bsd.subdir.mk>
diff -r 07ffe963e2d7 -r 17c280c4a65b share/man/man8/man8.next68k/MAKEDEV.8
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man8/man8.next68k/MAKEDEV.8     Tue Sep 21 14:20:36 1999 +0000
@@ -0,0 +1,196 @@
+.\" *** ------------------------------------------------------------------
+.\" *** This file was generated automatically
+.\" *** from src/etc/etc.next68k/MAKEDEV and
+.\" *** src/share/man/man8/man8.next68k/MAKEDEV.8.template
+.\" *** 
+.\" *** DO NOT EDIT - any changes will be lost!!!
+.\" *** ------------------------------------------------------------------
+.\"
+.\"    $NetBSD: MAKEDEV.8,v 1.1 1999/09/21 14:20:41 hubertf Exp $
+.\"
+.\" Copyright (c) 1983, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    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 the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY 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.
+.\"
+.\"    from: @(#)makedev.8     8.1 (Berkeley) 6/5/93
+.\"
+.Dd September 21, 1999
+.Dt MAKEDEV 8 next68k
+.Os
+.Sh NAME
+.Nm makedev
+.Nd create system and device special files
+.Sh SYNOPSIS
+.Nm MAKEDEV
+.Ar name
+.Op Ar ...
+.Sh DESCRIPTION
+The shell script
+.Nm MAKEDEV ,
+found in the
+.Pa /dev
+directory, is used to create
+the common special
+files.
+.\" See
+.\" .Xr special 8
+.\" for a more complete discussion of special files.
+.Pp
+.Nm MAKEDEV
+takes any number of device names as arguments,
+where the names are the common abbreviation for
+the device.  There are several special device names:
+.Pp
+.\" @@@SPECIAL@@@
+.Bl -tag -width 01234567 -compact
+.It Ar all
+A smattering--at least one of each except fd* (unimp.) and ch*
+.It Ar std
+Standard devices
+.It Ar fd
+File descriptor device nodes
+.It Ar local
+Configuration specific devices
+.It Ar raminst
+For RAM disk install
+.El
+.Pp
+The next68k port supports the following devices.
+Where a device name is followed by a hash
+sign ("#"), the hash sign must be replaced
+by a unit number.
+.Pp
+.\" @@@DEVICES@@@
+.Bl -tag -width 01
+.It Tapes:
+. Bl -tag -width 0123456789 -compact
+. It Ar st#
+Scsi tapes, see
+.Xr st 4 
+. El
+.It Disks:
+. Bl -tag -width 0123456789 -compact
+. It Ar fd#
+Floppy disk drives (3 1/2") (unimp.)
+. It Ar sd#
+SCSI disks, see
+.Xr sd 4 
+. It Ar cd#
+SCSI compact discs, see
+.Xr cd 4 
+. It Ar vnd#
+Vnode pseudo-disks, see
+.Xr vnd 4 
+. It Ar ccd#
+Concatenated disk driver, see
+.Xr ccd 4 
+. It Ar raid#
+RAIDframe disk driver, see
+.Xr raid 4 
+. It Ar md#
+Memory pseudo-disks, see
+.Xr md 4 
+. El
+.It Terminal ports:
+. Bl -tag -width 0123456789 -compact
+. It Ar ttye#
+Ite consoles
+. It Ar tty#
+Standard built-in serial ports (2), see
+.Xr tty 4 
+. It Ar ttyE?
+Workstation console (``wscons'') glass-tty emulators
+. El
+.It Pointing devices:
+. Bl -tag -width 0123456789 -compact
+. It Ar wsmouse#
+Wscons mouse events, see
+.Xr wsmouse 4 
+. El
+.It Keyboard devices:
+. Bl -tag -width 0123456789 -compact
+. It Ar wskbd#
+Wscons keyboard events, see
+.Xr wskbd 4 
+. El
+.It Pseudo terminals:
+. Bl -tag -width 0123456789 -compact
+. It Ar pty#
+Set of 16 master and slave pseudo terminals, see
+.Xr pty 4 
+. El
+.It Graphics devices:
+. Bl -tag -width 0123456789 -compact
+. It Ar grf#
+Bitmapped graphics device
+. El
+.It Special purpose devices:
+. Bl -tag -width 0123456789 -compact
+. It Ar tun#
+Network tunnel driver, see
+.Xr tun 4 
+. It Ar bpf#
+Packet filter, see
+.Xr bpf 4 
+. It Ar lkm
+Loadable kernel modules interface, see
+.Xr lkm 4 
+. It Ar ipl
+Ip filter
+. It Ar random
+Random number generator
+. It Ar scsibus#
+SCSI busses
+. It Ar ss#
+SCSI scanner, see
+.Xr ss 4 
+. It Ar uk#
+SCSI unknown, see
+.Xr uk 4 
+. It Ar ch#
+SCSI changer, see
+.Xr ch 4 
+. It Ar adb
+Apple Desktop Bus
+. It Ar asc#
+Apple Sound Chip
+. El
+.El
+.Pp
+.Sh FILES
+.Bl -tag -width /dev -compact
+.It Pa /dev
+The special file directory.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr config 8 ,
+.Xr mknod 8
+.\" .Xr special 8
diff -r 07ffe963e2d7 -r 17c280c4a65b share/man/man8/man8.next68k/MAKEDEV.8.template
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man8/man8.next68k/MAKEDEV.8.template    Tue Sep 21 14:20:36 1999 +0000



Home | Main Index | Thread Index | Old Index