diff options
author | 1999-07-08 19:58:30 +0000 | |
---|---|---|
committer | 1999-07-08 19:58:30 +0000 | |
commit | 4debe1140adf45c910184597dedfb737624bc067 (patch) | |
tree | 9efa99bf16157dd3ad46bf1cf3f11e3938e63c51 | |
parent | point at main boot(8) too (diff) | |
download | wireguard-openbsd-4debe1140adf45c910184597dedfb737624bc067.tar.xz wireguard-openbsd-4debe1140adf45c910184597dedfb737624bc067.zip |
cleaner
-rw-r--r-- | sbin/reboot/boot_atari.8 | 4 | ||||
-rw-r--r-- | sbin/reboot/boot_hp300.8 | 3 | ||||
-rw-r--r-- | sbin/reboot/boot_pmax.8 | 12 | ||||
-rw-r--r-- | sbin/reboot/boot_sparc.8 | 17 | ||||
-rw-r--r-- | sbin/reboot/boot_sun3.8 | 12 | ||||
-rw-r--r-- | sbin/reboot/boot_vax.8 | 3 |
6 files changed, 20 insertions, 31 deletions
diff --git a/sbin/reboot/boot_atari.8 b/sbin/reboot/boot_atari.8 index dbc941b2d25..89f410f7368 100644 --- a/sbin/reboot/boot_atari.8 +++ b/sbin/reboot/boot_atari.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_atari.8,v 1.7 1999/06/04 02:45:22 aaron Exp $ +.\" $OpenBSD: boot_atari.8,v 1.8 1999/07/08 19:58:30 deraadt Exp $ .\" $NetBSD: boot_atari.8,v 1.1 1996/06/27 11:07:56 leo Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -40,7 +40,7 @@ .\" @(#)boot_hp300.8 8.2 (Berkeley) 4/19/94 .\" .Dd June 21, 1996 -.Dt BOOT_ATARI 8 +.Dt BOOT_ATARI 8 atari .Os .Sh NAME .Nm boot diff --git a/sbin/reboot/boot_hp300.8 b/sbin/reboot/boot_hp300.8 index 0e1af743ec2..332d5369d8d 100644 --- a/sbin/reboot/boot_hp300.8 +++ b/sbin/reboot/boot_hp300.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_hp300.8,v 1.6 1999/06/04 02:45:22 aaron Exp $ +.\" $OpenBSD: boot_hp300.8,v 1.7 1999/07/08 19:58:30 deraadt Exp $ .\" $NetBSD: boot_hp300.8,v 1.3 1995/04/23 10:33:34 cgd Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -44,6 +44,7 @@ .Sh NAME .Nm boot .Nd +.Tn hp300-specific system bootstrapping procedures .Sh DESCRIPTION .Ss Power fail and crash recovery diff --git a/sbin/reboot/boot_pmax.8 b/sbin/reboot/boot_pmax.8 index 4737d9cbd4f..1a108e082a9 100644 --- a/sbin/reboot/boot_pmax.8 +++ b/sbin/reboot/boot_pmax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_pmax.8,v 1.13 1999/07/04 18:59:41 aaron Exp $ +.\" $OpenBSD: boot_pmax.8,v 1.14 1999/07/08 19:58:30 deraadt 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. @@ -37,11 +37,12 @@ .\" SUCH DAMAGE. .\" .Dd July 23, 1991 -.Dt BOOT_PMAX 8 +.Dt BOOT_PMAX 8 pmax .Os .Sh NAME .Nm boot .Nd +.Tn sparc-specific system bootstrapping procedures .Sh DESCRIPTION The @@ -59,7 +60,7 @@ and unless this fails, the system will resume multi-user operations. .Pp .Ss Cold starts At power up, all DECstation ROMs consult the -.Ev haltaction +.Nm haltaction environment variable in EEPROM to determine whether or not to attempt an automatic boot. If this @@ -198,8 +199,3 @@ described above, and any arguments may be passed similarly. For example: .Xr reboot 8 , .Xr shutdown 8 , .Xr syslogd 8 -.Sh HISTORY -The -.Nm -command is -.Ud . diff --git a/sbin/reboot/boot_sparc.8 b/sbin/reboot/boot_sparc.8 index d1285ef8551..d46c820b3d2 100644 --- a/sbin/reboot/boot_sparc.8 +++ b/sbin/reboot/boot_sparc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sparc.8,v 1.9 1999/07/03 02:11:07 aaron Exp $ +.\" $OpenBSD: boot_sparc.8,v 1.10 1999/07/08 19:58:30 deraadt Exp $ .\" $NetBSD: boot_sparc.8,v 1.4 1995/04/25 11:37:25 pk Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -38,14 +38,10 @@ .Dt BOOT_SPARC 8 sparc .Os .Sh NAME -.Nm reboot +.Nm boot .Nd -.Tn UNIX -bootstrapping procedures -.Sh SYNOPSIS -.Nm reboot -.Op Fl n -.Op Fl q +.Tn sparc-specific +system bootstrapping procedures .Sh DESCRIPTION .Ss Power fail and crash recovery Normally, the system will reboot itself at power-up or after crashes. @@ -141,9 +137,8 @@ system bootstrap .Xr fsck 8 , .Xr halt 8 , .Xr init 8 , +.Xr installboot 8 , .Xr rc 8 , .Xr shutdown 8 , .Xr syslogd 8 -.Sh BUGS -The use of Sun disk labels, without the ability to write them, -is problematic. + diff --git a/sbin/reboot/boot_sun3.8 b/sbin/reboot/boot_sun3.8 index 911a8ecb73c..d9b058f1954 100644 --- a/sbin/reboot/boot_sun3.8 +++ b/sbin/reboot/boot_sun3.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_sun3.8,v 1.7 1999/07/03 02:11:07 aaron Exp $ +.\" $OpenBSD: boot_sun3.8,v 1.8 1999/07/08 19:58:30 deraadt Exp $ .\" $NetBSD: boot_sun3.8,v 1.1 1995/08/08 20:46:20 gwr Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -38,14 +38,10 @@ .Dt BOOT_SUN3 8 sun3 .Os .Sh NAME -.Nm reboot +.Nm boot .Nd -.Tn UNIX -bootstrapping procedures -.Sh SYNOPSIS -.Nm reboot -.Op Fl n -.Op Fl q +.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. diff --git a/sbin/reboot/boot_vax.8 b/sbin/reboot/boot_vax.8 index 3a96e2e301c..5dd83bbd120 100644 --- a/sbin/reboot/boot_vax.8 +++ b/sbin/reboot/boot_vax.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_vax.8,v 1.8 1999/06/04 02:45:23 aaron Exp $ +.\" $OpenBSD: boot_vax.8,v 1.9 1999/07/08 19:58:30 deraadt Exp $ .\" $NetBSD: boot_vax.8,v 1.3 1995/04/23 10:33:39 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -40,6 +40,7 @@ .Sh NAME .Nm boot .Nd +.Tn vax-specific system bootstrapping procedures .Sh DESCRIPTION .Ss Power fail and crash recovery |