summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-10-05 07:56:47 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-10-05 07:56:47 +0000
commita15db65009f5aaad718205fb07878e79e6534bd9 (patch)
treea24cefc00e702a6812229f17956e16c28081b5dd /share/man/man8
parent059fea9209d258f38803845523bd3fdeea7373b8 (diff)
More leftovers...
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/man8.arm32/MAKEDEV.8118
-rw-r--r--share/man/man8/man8.arm32/Makefile8
-rw-r--r--share/man/man8/man8.atari/MAKEDEV.8150
-rw-r--r--share/man/man8/man8.atari/Makefile9
-rw-r--r--share/man/man8/man8.pmax/Makefile8
-rw-r--r--share/man/man8/man8.pmax/boot_pmax.8211
6 files changed, 0 insertions, 504 deletions
diff --git a/share/man/man8/man8.arm32/MAKEDEV.8 b/share/man/man8/man8.arm32/MAKEDEV.8
deleted file mode 100644
index 85aea0a7036..00000000000
--- a/share/man/man8/man8.arm32/MAKEDEV.8
+++ /dev/null
@@ -1,118 +0,0 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.3 2000/10/13 04:09:22 aaron Exp $
-.\"
-.\" Copyright (c) 1991 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 5.2 (Berkeley) 3/22/91
-.\" $Id: MAKEDEV.8,v 1.3 2000/10/13 04:09:22 aaron Exp $
-.\"
-.TH MAKEDEV 8 "March 22, 1991"
-.UC 7
-.SH NAME
-MAKEDEV \- create system and device special files
-.SH SYNOPSIS
-MAKEDEV name ...
-.SH DESCRIPTION
-The shell script
-.IR MAKEDEV ,
-found in the ``/dev'' directory, is used to create the common special
-files.
-See
-.IR special (8)
-for a more complete discussion of special files.
-.PP
-.I MAKEDEV
-takes any number of device names as arguments, where the names are
-the common abbreviation for the device.
-There are two special devices, ``std'' and ``local''.
-The former creates the standard devices for the architecture.
-The latter is for devices specific to the local site, and
-executes the shell file ``MAKEDEV.local''.
-.PP
-The arm32 supports the following devices.
-Where a device name is followed by a hash sign (``#''), the hash sign
-must be replaced by a unit number.
-.TP 10
-std
-the standard devices (console, drum, fd/*, klog, kmem, mem, null,
-stderr, stdin, stdout, tty)
-.br
-.ns
-.TP 10
-local
-configuration specific devices
-.br
-.ns
-.TP 10
-tty0#
-standard COM ports
-.br
-.ns
-.TP 10
-cd#
-SCSI CD-ROM drives
-.br
-.ns
-.TP 10
-fd#
-``floppy'' disk drives (3 1/2, 5 1/4)
-.br
-.ns
-.TP 10
-flog#
-kernel logging device
-.br
-.ns
-.TP 10
-pty#
-set of 16 master and slave pseudo terminals
-.br
-.ns
-.TP 10
-sd#
-SCSI disk drives
-.br
-.ns
-.TP 10
-st#
-SCSI tape drives
-.br
-.ns
-.TP 10
-wd#
-``winchester'' disk drives (ST506, IDE, ESDI, RLL etc.)
-.SH FILES
-/dev The special file directory.
-.SH SEE ALSO
-.IR mknod (8),
-.IR intro (4),
-.IR config (8),
-.IR special (8)
diff --git a/share/man/man8/man8.arm32/Makefile b/share/man/man8/man8.arm32/Makefile
deleted file mode 100644
index b1e2d093cfd..00000000000
--- a/share/man/man8/man8.arm32/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/21 08:10:15 mpech Exp $
-# from: @(#)Makefile 5.1 (Berkeley) 3/22/91
-
-MAN= MAKEDEV.8 boot_arm32.8
-MLINKS= MAKEDEV.8 makedev.8
-MANSUBDIR=arm32
-
-.include <bsd.prog.mk>
diff --git a/share/man/man8/man8.atari/MAKEDEV.8 b/share/man/man8/man8.atari/MAKEDEV.8
deleted file mode 100644
index 0317acf517e..00000000000
--- a/share/man/man8/man8.atari/MAKEDEV.8
+++ /dev/null
@@ -1,150 +0,0 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.5 2001/01/29 02:11:15 niklas Exp $
-.\" $NetBSD: MAKEDEV.8,v 1.1.1.1 1995/10/17 20:44:26 leo Exp $
-.\"
-.\" Copyright (c) 1995 Leo Weppelman
-.\" 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 Leo Weppelman.
-.\" 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 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.
-.\" IN NO EVENT SHALL THE AUTHOR 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 5.2 (Berkeley) 3/22/91
-.\"
-.Dd October 10, 1995
-.Dt MAKEDEV 8 atari
-.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 three special device names,
-.Ar all ,
-.Ar std
-and
-.Ar local .
-If
-given,
-.Ar all
-creates device files for all devices on the Atari. If units are
-expected for a device
-.Nm MAKEDEV
-supplies the standard numbers.
-The
-.Ar std
-argument creates the standard devices for the Atari.
-Finally
-.Ar local
-is for devices specific to the local site, and
-executes the shell file
-.Pa MAKEDEV.local .
-.Pp
-The Atari 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
-.Sy Pseudo\-names
-.Bl -tag -width indent -compact
-.It Ar all
-All known devices for the Atari.
-.It Ar std
-The standard devices (console, drum, fd/*, klog, kmem, mem, null,
-reload, stderr, stdin, stdout, tty, zero)
-.It Ar local
-Configuration specific devices
-.El
-.Pp
-.Sy Device\-names
-.Bl -tag -width indent -compact
-.It Ar aconf
-Autoconfig information
-.It Ar bpf#
-Berkeley packet filters
-.It Ar ccd#
-Concatenating disk driver
-.It Ar cd#
-SCSI CD-ROM drives
-.It Ar fd#
-Floppy disk drives
-.It Ar grf#
-Graphic "frame buffers"
-.It Ar ite#
-Bit-mapped based character consoles
-.It Ar kbd
-The keyboard
-.It Ar lkm
-Loadable kernel modules.
-.It Ar mdm#
-Both modem ports
-.It Ar mouse#
-Mouse ports
-.It Ar par#
-Parallel ports (not yet supported)
-.It Ar pty#
-Set of 16 master and slave pseudo terminals
-.It Ar sd#
-SCSI disks drives
-.It Ar ser#
-Both serial ports
-.It Ar st#
-SCSI tape drives
-.It Ar ttye#
-Terminal emulator interface to the Atari graphics device. Also named
-pseudo console.
-.It Ar tun#
-The network tunnel device
-.It Ar view#
-Abstract graphics interface to grf#'s
-.It Ar vnd#
-"File" pseudo-disks
-.El
-.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 --git a/share/man/man8/man8.atari/Makefile b/share/man/man8/man8.atari/Makefile
deleted file mode 100644
index 6c9b6ed0c32..00000000000
--- a/share/man/man8/man8.atari/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $OpenBSD: Makefile,v 1.4 2001/06/21 08:10:15 mpech Exp $
-# $NetBSD: Makefile,v 1.1.1.1 1995/10/17 20:44:26 leo Exp $
-#
-
-MAN= MAKEDEV.8 boot_atari.8
-MLINKS= MAKEDEV.8 makedev.8
-MANSUBDIR=atari
-
-.include <bsd.prog.mk>
diff --git a/share/man/man8/man8.pmax/Makefile b/share/man/man8/man8.pmax/Makefile
deleted file mode 100644
index d6bbdd04d17..00000000000
--- a/share/man/man8/man8.pmax/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-# $OpenBSD: Makefile,v 1.3 2001/06/21 08:10:17 mpech Exp $
-# $NetBSD: Makefile,v 1.3 1995/09/06 21:36:38 jtc Exp $
-
-MAN= MAKEDEV.8 boot_pmax.8
-MLINKS= MAKEDEV.8 makedev.8
-MANSUBDIR=pmax
-
-.include <bsd.prog.mk>
diff --git a/share/man/man8/man8.pmax/boot_pmax.8 b/share/man/man8/man8.pmax/boot_pmax.8
deleted file mode 100644
index 75caec4aacc..00000000000
--- a/share/man/man8/man8.pmax/boot_pmax.8
+++ /dev/null
@@ -1,211 +0,0 @@
-.\" $OpenBSD: boot_pmax.8,v 1.3 2001/10/04 16:56:52 mpech Exp $
-.\" $NetBSD: boot_pmax.8,v 1.1 1995/04/25 23:55:11 mellon Exp $
-.\"
-.\" Copyright (c) 1990, 1991 The Regents of the University of California.
-.\" All rights reserved.
-.\"
-.\" This code is derived from software contributed to Berkeley by
-.\" the Systems Programming Group of the University of Utah Computer
-.\" Science Department.
-.\"
-.\" 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.
-.\"
-.Dd July 23, 1991
-.Dt BOOT_PMAX 8 pmax
-.Os
-.Sh NAME
-.Nm boot
-.Nd
-.Tn pmax-specific
-system bootstrapping procedures
-.Sh DESCRIPTION
-The
-.Ox
-kernel is started by placing it at the beginning of physical memory
-and transferring to the entry point.
-Since the system is not reenterable,
-it is necessary to read it in from disk or tape
-each time it is to be bootstrapped.
-.Ss Power fail and crash recovery
-Normally, the system will boot itself at power-up or after crashes.
-An automatic consistency check of the file systems will be performed,
-and unless this fails, the system will resume multi-user operations.
-.Ss Cold starts
-At power up, all DECstation ROMs consult the
-.Nm haltaction
-environment
-variable in EEPROM to determine whether or not to attempt an automatic
-boot.
-If this variable is set to
-.Dq h ,
-the ROM prints a prompt on the console and
-waits for user commands.
-If set to
-.Dq b ,
-the ROM attempts to autoboot.
-.Pp
-On the DECstation 2100 and 3100, the path used for automatic booting is
-stored in the
-.Nm bootpath
-environment variable.
-The path is made up of a
-device type specifier (e.g., rz, tz, mop or tftp), followed by
-a triplet in the form (x,y,z), followed by a filename to load.
-.Pp
-Within the triplet,
-.Dq x
-is the controller (always 0),
-.Dq y
-is the SCSI ID of
-the drive to
-boot from or 0 for net boots, and
-.Dq z
-is the partition to boot from
-(usually 0 for SCSI devices, always zero for network booting).
-For network boots, () may be specified instead of (0,0,0).
-.Pp
-The filename is optional for bootp/tftp and mop booting, since in
-these cases the network protocol can be used to determine which
-file to boot.
-When booting off the tape, no filename should be
-specified, and when booting off disk, the filename of a kernel
-must be specified.
-Generally, the kernel is named
-.Pa bsd .
-.Pp
-An example
-.Nm bootpath
-setting would be:
-.Pp
-.Dl setenv bootpath rz(0,1,0)bsd
-.Pp
-For automatic boots, the ROM automatically passes a
-.Fl a
-argument to the bootloader,
-requesting that
-.Ox
-attempt to come up to multi-user mode.
-At the boot ROM prompt, the user may boot
-.Ox
-with either the
-.Nm auto
-or the
-.Nm boot
-command.
-If the
-.Nm auto
-command is used, the
-.Fl a
-argument is passed to the kernel, requesting a multi-user boot; otherwise
-the
-.Fl s
-argument is passed, requesting that
-.Ox
-boot to single user mode.
-.Pp
-When either the
-.Nm boot
-or the
-.Nm auto
-command is issued with no arguments, the kernel specified in the
-.Nm bootpath
-environment variable is booted.
-An alternate kernel may be specified with the
-.Fl f
-flag, followed by the path of the kernel to boot, as described above.
-For example:
-.Pp
-.Dl boot -f rz(0,4,0)bsd.new
-.Pp
-On TurboChannel machines (all DECstation 5000 models), the bootpath
-is specified in the
-.Nm boot
-environment variable, along with any arguments
-to be passed to the kernel.
-Note that to specify boot arguments (e.g.,
-.Fl a )
-when setting the
-.Nm boot
-environment variable, the filename and arguments
-must be enclosed in quotes.
-For example:
-.Pp
-.Dl setenv boot "3/rz4/bsd -a"
-.Pp
-The device from which to boot is specified as the TurboChannel slot
-number, a TurboChannel-option-specific device name, and a path to the
-file to load, all separated by slashes.
-You can get a list of the
-devices installed in your TurboChannel slots (as well as any built-in
-devices which appear as TurboChannel slots) by typing the
-.Nm cnfg
-command
-at the boot prompt.
-You can get more detailed information about a specific
-TurboChannel option by typing
-.Nm cnfg
-followed by the slot number of that
-option.
-.Pp
-For SCSI devices, the option-specific device identifier is either
-.Dq rz#
-for disks or
-.Dq tz#
-for tapes, where # is the SCSI ID of the device.
-For network
-devices, the option-specific protocol identifier is either mop or tftp.
-Filename requirements are as for the DECstation 2100 and 3100.
-.Pp
-To start
-.Ox
-from the boot prompt, the
-.Nm boot
-command must be used.
-With no arguments, this simply boots the default
-kernel with the default arguments as set with
-.Nm setenv
-.Nm boot .
-If no
-.Nm boot
-environment variable is set, or if an alternate kernel is to be
-booted, the path of that kernel may be specified after the boot command as
-described above, and any arguments may be passed similarly.
-For example:
-.Pp
-.Dl boot 3/rz4/bsd.new -a
-.Sh SEE ALSO
-.Xr crash 8 ,
-.Xr fsck 8 ,
-.Xr halt 8 ,
-.Xr init 8 ,
-.Xr newfs 8 ,
-.Xr rc 8 ,
-.Xr reboot 8 ,
-.Xr shutdown 8 ,
-.Xr syslogd 8