summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-31 16:35:43 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-31 16:35:43 +0000
commit5bd8a66c32f475b5f4a897da8aef1878cc2e768e (patch)
tree90bdb8cb64032fcc765f8865bae36013cff255a7 /share/man/man8
parent4d298384bbeb0ddbaf45d1ececd54291a3e88796 (diff)
amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as
well as the few userland tools which were only used on these platforms.
Diffstat (limited to 'share/man/man8')
-rw-r--r--share/man/man8/man8.amiga/MAKEDEV.8125
-rw-r--r--share/man/man8/man8.amiga/Makefile7
-rw-r--r--share/man/man8/man8.amiga/boot_amiga.8123
-rw-r--r--share/man/man8/man8.sun3/MAKEDEV.8135
-rw-r--r--share/man/man8/man8.sun3/Makefile7
-rw-r--r--share/man/man8/man8.sun3/boot_sun3.8117
6 files changed, 0 insertions, 514 deletions
diff --git a/share/man/man8/man8.amiga/MAKEDEV.8 b/share/man/man8/man8.amiga/MAKEDEV.8
deleted file mode 100644
index 6365917ce7f..00000000000
--- a/share/man/man8/man8.amiga/MAKEDEV.8
+++ /dev/null
@@ -1,125 +0,0 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.9 2002/10/02 17:40:20 miod 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
-.\"
-.Dd February 21, 1994
-.Dt MAKEDEV 8 amiga
-.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 intro 4
-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 Amiga.
-If units are expected for a device,
-.Nm MAKEDEV
-will supply the standard numbers.
-The
-.Ar std
-argument creates only the standard devices for the Amiga.
-Finally
-.Ar local
-is for devices specific to the local site, and executes the shell file
-.Pa MAKEDEV.local .
-.Pp
-The Amiga 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 Amiga.
-.It Ar std
-The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr,
-stdin, stdout, tty, zero)
-.It Ar local
-Configuration specific devices
-.El
-.Pp
-.Sy Device\-names
-.Bl -tag -width indent -compact
-.It Ar bpf#
-Berkeley packet filters
-.It Ar cd#
-SCSI CD-ROM drives
-.It Ar kbd
-The keyboard
-.It Ar lkm
-Loadable kernel modules.
-.It Ar mouse#
-Mouse ports
-.It Ar pty#
-Set of 16 master and slave pseudo terminals
-.It Ar sd#
-SCSI disk drives
-.It Ar st#
-SCSI tape drives
-.It Ar tty#
-Onboard Serial ports
-.It Ar vnd#
-.Dq 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
diff --git a/share/man/man8/man8.amiga/Makefile b/share/man/man8/man8.amiga/Makefile
deleted file mode 100644
index cab5b030a80..00000000000
--- a/share/man/man8/man8.amiga/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $OpenBSD: Makefile,v 1.5 2002/04/09 17:29:23 deraadt Exp $
-# $NetBSD: Makefile,v 1.3 1995/09/06 21:36:32 jtc Exp $
-
-MAN= MAKEDEV.8 boot_amiga.8
-MANSUBDIR=amiga
-
-.include <bsd.prog.mk>
diff --git a/share/man/man8/man8.amiga/boot_amiga.8 b/share/man/man8/man8.amiga/boot_amiga.8
deleted file mode 100644
index e2a1aa1491e..00000000000
--- a/share/man/man8/man8.amiga/boot_amiga.8
+++ /dev/null
@@ -1,123 +0,0 @@
-.\" $OpenBSD: boot_amiga.8,v 1.5 2002/07/04 17:36:17 miod Exp $
-.\" $NetBSD: boot_Amiga.8,v 1.1 1995/07/02 02:09:52 briggs 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.
-.\"
-.\" From:
-.\" @(#)boot_hp300.8 8.2 (Berkeley) 4/19/94
-.\"
-.Dd July 1, 1995
-.Dt BOOT_AMIGA 8 amiga
-.Os
-.Sh NAME
-.Nm boot
-.Nd
-.Tn amiga-specific
-system bootstrapping procedures
-.Sh DESCRIPTION
-.Ss Power fail and crash recovery
-Normally, the
-.Ox
-kernel on the Amiga architecture is booted from the native operating
-system by means of an application program.
-When the kernel takes over,
-it initializes itself and proceeds to boot the system.
-An automatic
-consistency check of the file systems takes place, and unless this
-fails, the system comes up to multi-user operations.
-The proper way to shut the system down is with the
-.Xr shutdown 8
-command.
-.Pp
-If the system crashes, it will enter the kernel debugger,
-.Xr ddb 4 ,
-if it is configured in the kernel.
-If the debugger is not present
-or has exited, the system will attempt a dump to the
-configured dump device (which will be automatically recovered with
-.Xr savecore 8
-during the next boot cycle).
-After the dump completes (successful
-or not), the system will attempt a reboot.
-.Ss The boot application
-The boot application runs in the native OS on the system.
-It has a
-dialog where booting preferences may be changed and an option whereby
-these options may be saved.
-The preferences are stored in the program
-itself, not in a preferences folder, thus allowing two separate copies
-of the program to be configured differently (e.g., to boot different
-bsd or bsd.test, or to boot from two different drives).
-.Pp
-One option that may be specified is a boot to single-user mode.
-This stops the boot process very early on and allows system maintenance.
-If one wishes to provide some security at this phase of the boot, remove
-the
-.Dq secure
-option from ttye0 in the
-.Xr ttys 5
-file.
-.Pp
-Another useful option that may be specified is the
-.Dq serial console
-option.
-This will allow a serial device (terminal or computer) to
-act as a console for the system.
-This device must be configured to
-use 9600 baud, eight bits, no parity, and one stop bit (9600-8N1).
-Either the printer port or the modem port (tty01 and tty00,
-respectively) may be used for this.
-.Pp
-It is sometimes useful to boot a kernel that resides in a folder
-in native OS rather than from the usual location in the
-.Ox
-file system.
-A radio button is supplied for this purpose.
-Note that some programs will not run properly if the kernel is not found as
-.Pa /bsd
-within the
-.Ox
-file system.
-.Sh FILES
-.Bl -tag -width /bsd -compact
-.It Pa /bsd
-system kernel
-.El
-.Sh SEE ALSO
-.Xr ddb 4 ,
-.Xr ttys 5 ,
-.Xr savecore 8 ,
-.Xr shutdown 8
diff --git a/share/man/man8/man8.sun3/MAKEDEV.8 b/share/man/man8/man8.sun3/MAKEDEV.8
deleted file mode 100644
index b28aad3a5d5..00000000000
--- a/share/man/man8/man8.sun3/MAKEDEV.8
+++ /dev/null
@@ -1,135 +0,0 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.10 2002/10/02 17:40:22 miod Exp $
-.\" $NetBSD: MAKEDEV.8,v 1.1 1995/09/06 21:31:34 jtc 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 June 5, 1993
-.Dt MAKEDEV 8 sun3
-.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 intro 4
-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 sun3.
-If units are expected for a device,
-.Nm MAKEDEV
-will supply the standard numbers.
-The
-.Ar std
-argument creates only the standard devices for the sun3.
-Finally
-.Ar local
-is for devices specific to the local site, and executes the shell file
-.Pa MAKEDEV.local .
-.Pp
-The sun3 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 cgfour# indent -compact
-.It Ar all
-All known devices for the sun3.
-.It Ar std
-The standard devices (console, drum, fd/*, klog, kmem, mem, null, stderr,
-stdin, stdout, tty, zero)
-.It Ar local
-Configuration specific devices
-.El
-.Pp
-.Sy Device\-names
-.Bl -tag -width cgfour# indent -compact
-.It Ar bpf#
-Berkeley packet filters
-.It Ar bwtwo#
-Black and white frame buffers
-.It Ar cd#
-SCSI CD-ROM drives
-.It Ar cgtwo#
-Colour frame buffers
-.It Ar cgfour#
-Colour P4 frame buffers
-.It Ar kbd
-The keyboard
-.It Ar lkm
-Loadable kernel modules
-.It Ar mouse#
-Mouse ports
-.It Ar pty#
-Set of 16 master and slave pseudo terminals
-.It Ar sd#
-SCSI disk drives
-.It Ar st#
-SCSI tape drives
-.It Ar tty#
-Onboard Serial ports
-.It Ar vnd#
-.Dq 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
diff --git a/share/man/man8/man8.sun3/Makefile b/share/man/man8/man8.sun3/Makefile
deleted file mode 100644
index 30a09b8f758..00000000000
--- a/share/man/man8/man8.sun3/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# $OpenBSD: Makefile,v 1.5 2002/04/09 17:29:23 deraadt Exp $
-# $NetBSD: Makefile,v 1.3 1995/09/06 21:36:39 jtc Exp $
-
-MAN= MAKEDEV.8 boot_sun3.8
-MANSUBDIR=sun3
-
-.include <bsd.prog.mk>
diff --git a/share/man/man8/man8.sun3/boot_sun3.8 b/share/man/man8/man8.sun3/boot_sun3.8
deleted file mode 100644
index 079dd91b5f7..00000000000
--- a/share/man/man8/man8.sun3/boot_sun3.8
+++ /dev/null
@@ -1,117 +0,0 @@
-.\" $OpenBSD: boot_sun3.8,v 1.3 2002/07/04 17:36:17 miod Exp $
-.\" $NetBSD: boot_sun3.8,v 1.1 1995/08/08 20:46:20 gwr Exp $
-.\"
-.\" Copyright (c) 1992, 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.
-.\"
-.\" @(#)boot_sparc.8 8.2 (Berkeley) 4/19/94
-.\"
-.Dd April 19, 1994
-.Dt BOOT_SUN3 8 sun3
-.Os
-.Sh NAME
-.Nm boot
-.Nd
-.Tn sun3-specific
-system bootstrapping procedures
-.Sh DESCRIPTION
-.Ss Power fail and crash recovery
-Normally, the system will reboot itself at power-up or after crashes.
-An automatic consistency check of the file systems will be performed
-as described in
-.Xr fsck 8 .
-and unless this fails, the system will resume multi-user operations.
-.Ss Cold starts
-A disk-boot program
-.Pq Pa /usr/mdec/ufsboot
-will attempt to load
-.Pa bsd
-from partition
-.Dq a
-of the boot device,
-which must currently be an
-.Dq sd
-disk.
-Alternatively, the network boot program
-.Pq Pa /usr/mdec/netboot
-will load
-.Pa bsd
-from the NFS root as determined by the procedure described in
-.Xr diskless 8 .
-.Pp
-The
-.Fl s
-flag to the bootloader will bring the system up in single-user mode.
-The
-.Fl a
-flag instructs the system to prompt for the location of the root filesystem
-and the primary swap partition.
-The
-.Fl d
-flag to the bootloader will bring the system up in debug mode.
-Here it waits for a kernel debugger connect; see
-.Xr ddb 4 .
-Other flags are currently ignored.
-.Pp
-At any time you can break back to the ROM by pressing the
-.Dq L1
-and
-.Dq a
-keys at the same time (if the console is a serial port the same is
-achieved by sending a
-.Dq break ) .
-If you do this accidentally you can continue whatever was in progress
-by typing
-.Dq c
-followed by the return key.
-.Sh FILES
-.Bl -tag -width /usr/mdec/installboot -compact
-.It Pa /bsd
-system code
-.It Pa /usr/mdec/bootxx
-first-level boot block for disks
-.It Pa /usr/mdec/netboot
-boot program for NFS (diskless) boot
-.It Pa /usr/mdec/ufsboot
-second-level boot program for UFS disks
-.It Pa /usr/mdec/installboot
-program to install bootxx on a disk
-.El
-.Sh SEE ALSO
-.Xr ddb 4 ,
-.Xr crash 8 ,
-.Xr disklabel 8 ,
-.Xr fsck 8 ,
-.Xr halt 8 ,
-.Xr init 8 ,
-.Xr rc 8 ,
-.Xr shutdown 8 ,
-.Xr syslogd 8