Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 regen (init target, some other stuff)



details:   https://anonhg.NetBSD.org/src/rev/7af9a9147519
branches:  trunk
changeset: 546270:7af9a9147519
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Apr 24 12:15:58 2003 +0000

description:
regen (init target, some other stuff)

diffstat:

 share/man/man8/man8.acorn26/MAKEDEV.8      |   6 +-
 share/man/man8/man8.acorn32/MAKEDEV.8      |  15 ++++--
 share/man/man8/man8.algor/MAKEDEV.8        |   6 +-
 share/man/man8/man8.alpha/MAKEDEV.8        |   6 +-
 share/man/man8/man8.amiga/MAKEDEV.8        |   6 +-
 share/man/man8/man8.arc/MAKEDEV.8          |   6 +-
 share/man/man8/man8.atari/MAKEDEV.8        |   6 +-
 share/man/man8/man8.bebox/MAKEDEV.8        |   6 +-
 share/man/man8/man8.cats/MAKEDEV.8         |   6 +-
 share/man/man8/man8.cesfic/MAKEDEV.8       |   6 +-
 share/man/man8/man8.cobalt/MAKEDEV.8       |   6 +-
 share/man/man8/man8.dreamcast/MAKEDEV.8    |   6 +-
 share/man/man8/man8.evbarm/MAKEDEV.8       |   6 +-
 share/man/man8/man8.evbmips/MAKEDEV.8      |   6 +-
 share/man/man8/man8.evbppc/MAKEDEV.8       |   6 +-
 share/man/man8/man8.evbsh3/MAKEDEV.8       |   6 +-
 share/man/man8/man8.hpcarm/MAKEDEV.8       |   6 +-
 share/man/man8/man8.hpcmips/MAKEDEV.8      |   6 +-
 share/man/man8/man8.hpcsh/MAKEDEV.8        |   6 +-
 share/man/man8/man8.i386/MAKEDEV.8         |   6 +-
 share/man/man8/man8.macppc/MAKEDEV.8       |   6 +-
 share/man/man8/man8.mipsco/MAKEDEV.8       |   6 +-
 share/man/man8/man8.mmeye/MAKEDEV.8        |   6 +-
 share/man/man8/man8.mvme68k/MAKEDEV.8      |   6 +-
 share/man/man8/man8.mvmeppc/MAKEDEV.8      |   6 +-
 share/man/man8/man8.netwinder/MAKEDEV.8    |   6 +-
 share/man/man8/man8.next68k/MAKEDEV.8      |   6 +-
 share/man/man8/man8.ofppc/MAKEDEV.8        |   6 +-
 share/man/man8/man8.pc532/MAKEDEV.8        |   6 +-
 share/man/man8/man8.playstation2/MAKEDEV.8 |   6 +-
 share/man/man8/man8.pmax/MAKEDEV.8         |   6 +-
 share/man/man8/man8.pmppc/MAKEDEV.8        |   6 +-
 share/man/man8/man8.prep/MAKEDEV.8         |   6 +-
 share/man/man8/man8.sandpoint/MAKEDEV.8    |   6 +-
 share/man/man8/man8.sbmips/MAKEDEV.8       |   6 +-
 share/man/man8/man8.sgimips/MAKEDEV.8      |   6 +-
 share/man/man8/man8.shark/MAKEDEV.8        |   6 +-
 share/man/man8/man8.vax/MAKEDEV.8          |  64 +++++++++++++++--------------
 share/man/man8/man8.x68k/MAKEDEV.8         |   6 +-
 share/man/man8/man8.x86_64/MAKEDEV.8       |   6 +-
 40 files changed, 195 insertions(+), 112 deletions(-)

diffs (truncated from 1380 to 300 lines):

diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.acorn26/MAKEDEV.8
--- a/share/man/man8/man8.acorn26/MAKEDEV.8     Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.acorn26/MAKEDEV.8     Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.7 2003/04/14 05:48:46 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.8 2003/04/24 12:15:58 wiz 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 October  4, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 acorn26
 .Os
 .Sh NAME
@@ -85,6 +85,8 @@
 Makes all known devices, including local devices. If units are expected for a device
 .Pa MAKEDEV
 supplies the standard numbers.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar minimal
 A minimal set of devices for install disks, etc.
 .It Ar std
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.acorn32/MAKEDEV.8
--- a/share/man/man8/man8.acorn32/MAKEDEV.8     Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.acorn32/MAKEDEV.8     Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.12 2003/04/14 11:57:45 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.13 2003/04/24 12:15:58 wiz 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 October  4, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 acorn32
 .Os
 .Sh NAME
@@ -83,6 +83,8 @@
 .Bl -tag -width 01234567 -compact
 .It Ar all
 Makes all known devices, including local devices. Tries to make the 'standard' number of each type.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar floppy
 Devices to be put on install floppies
 .It Ar std
@@ -180,7 +182,8 @@
 .It Printers :
 . Bl -tag -width 0123456789 -compact
 . It Ar lpt#
-Stock lp
+Stock lp, see
+.Xr \&lpt 4
 . It Ar lpa#
 Interruptless lp
 . El
@@ -234,7 +237,8 @@
 Memory disk, see
 .Xr \&md 4
 . It Ar kbd
-Raw keyboard
+Raw keyboard, see
+.Xr \&kbd 4
 . It Ar kbdctl
 Keyboard control
 . It Ar fd
@@ -244,7 +248,8 @@
 Packet filter, see
 .Xr \&bpf 4
 . It Ar beep
-Risc PC speaker
+Risc PC speaker, see
+.Xr \&beep 4
 . It Ar ipl
 IP Filter
 . It Ar openfirm
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.algor/MAKEDEV.8
--- a/share/man/man8/man8.algor/MAKEDEV.8       Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.algor/MAKEDEV.8       Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.7 2003/04/14 05:48:46 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.8 2003/04/24 12:15:58 wiz 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 October  4, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 algor
 .Os
 .Sh NAME
@@ -85,6 +85,8 @@
 Makes all known devices, including local devices. If units are expected for a device
 .Pa MAKEDEV
 supplies the standard numbers.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar minimal
 A minimal set of devices for install disks, etc.
 .It Ar std
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.alpha/MAKEDEV.8
--- a/share/man/man8/man8.alpha/MAKEDEV.8       Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.alpha/MAKEDEV.8       Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.28 2003/04/14 05:48:46 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.29 2003/04/24 12:15:58 wiz 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 November  7, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 alpha
 .Os
 .Sh NAME
@@ -85,6 +85,8 @@
 Makes all known devices, including local devices. If units are expected for a device
 .Pa MAKEDEV
 supplies the standard numbers.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar minimal
 A minimal set of devices for install disks, etc.
 .It Ar std
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.amiga/MAKEDEV.8
--- a/share/man/man8/man8.amiga/MAKEDEV.8       Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.amiga/MAKEDEV.8       Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.24 2003/04/14 05:48:47 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.25 2003/04/24 12:15:58 wiz 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 October  4, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 amiga
 .Os
 .Sh NAME
@@ -83,6 +83,8 @@
 .Bl -tag -width 01234567 -compact
 .It Ar all
 Makes all known devices, including local devices. Tries to make the ``standard'' number of each.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar fd
 Makes fd/* for the fdescfs.
 .It Ar floppy
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.arc/MAKEDEV.8
--- a/share/man/man8/man8.arc/MAKEDEV.8 Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.arc/MAKEDEV.8 Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.19 2003/04/14 05:48:47 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.20 2003/04/24 12:15:59 wiz 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 October  4, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 arc
 .Os
 .Sh NAME
@@ -85,6 +85,8 @@
 Makes all known devices, including local devices. If units are expected for a device
 .Pa MAKEDEV
 supplies the standard numbers.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar minimal
 A minimal set of devices for install disks, etc.
 .It Ar std
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.atari/MAKEDEV.8
--- a/share/man/man8/man8.atari/MAKEDEV.8       Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.atari/MAKEDEV.8       Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.24 2003/04/14 05:48:47 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.25 2003/04/24 12:15:59 wiz 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 February  9, 2003
+.Dd April 24, 2003
 .Dt MAKEDEV 8 atari
 .Os
 .Sh NAME
@@ -83,6 +83,8 @@
 .Bl -tag -width 01234567 -compact
 .It Ar all
 Makes all known devices, including local devices, Tries to make the ``standard'' number of each.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar fd
 Makes fd/* for the fdescfs.
 .It Ar floppy
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.bebox/MAKEDEV.8
--- a/share/man/man8/man8.bebox/MAKEDEV.8       Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.bebox/MAKEDEV.8       Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.20 2003/04/14 05:48:47 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.21 2003/04/24 12:15:59 wiz 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 October  4, 2002
+.Dd April 24, 2003
 .Dt MAKEDEV 8 bebox
 .Os
 .Sh NAME
@@ -83,6 +83,8 @@
 .Bl -tag -width 01234567 -compact
 .It Ar all
 Makes all known devices, including local devices. Tries to make the 'standard' number of each type.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar floppy
 Devices to be put on install floppies
 .It Ar std
diff -r 24d5780131bc -r 7af9a9147519 share/man/man8/man8.cats/MAKEDEV.8
--- a/share/man/man8/man8.cats/MAKEDEV.8        Thu Apr 24 12:13:03 2003 +0000
+++ b/share/man/man8/man8.cats/MAKEDEV.8        Thu Apr 24 12:15:58 2003 +0000
@@ -6,7 +6,7 @@
 .\" *** DO NOT EDIT - any changes will be lost!!!
 .\" *** ------------------------------------------------------------------
 .\"
-.\" $NetBSD: MAKEDEV.8,v 1.8 2003/04/16 10:03:25 wiz Exp $
+.\" $NetBSD: MAKEDEV.8,v 1.9 2003/04/24 12:15:59 wiz 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 April 16, 2003
+.Dd April 24, 2003
 .Dt MAKEDEV 8 cats
 .Os
 .Sh NAME
@@ -83,6 +83,8 @@
 .Bl -tag -width 01234567 -compact
 .It Ar all
 Makes all known devices, including local devices. Tries to make the 'standard' number of each type.
+.It Ar init
+A set of devices that is used for MFS /dev by init. May be equal to ``all''.
 .It Ar floppy
 Devices to be put on install floppies
 .It Ar std



Home | Main Index | Thread Index | Old Index