summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/stand
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-10-05 00:02:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-10-05 00:02:33 +0000
commita110283c2dd6c745739d788badc50af632a9613b (patch)
treec0cd3f82bfba864c2d8c820c3fe4abbd10b79b64 /sys/arch/sparc/stand
parent36771f8019cf89a70914800bea76c0af4353f929 (diff)
Sync fixes with sparc64.
Diffstat (limited to 'sys/arch/sparc/stand')
-rw-r--r--sys/arch/sparc/stand/installboot/installboot.810
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc/stand/installboot/installboot.8 b/sys/arch/sparc/stand/installboot/installboot.8
index ea104b96b63..20dc352f624 100644
--- a/sys/arch/sparc/stand/installboot/installboot.8
+++ b/sys/arch/sparc/stand/installboot/installboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: installboot.8,v 1.5 2001/09/21 14:14:10 mickey Exp $
+.\" $OpenBSD: installboot.8,v 1.6 2001/10/05 00:02:32 miod Exp $
.\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -91,7 +91,7 @@ PROMs need the header to be present, while Sun 4 systems with the
.Dq old monitor
interface require the header to be stripped off. This is normally taken
care of by
-.Nm
+.Nm installboot
automatically, but it's useful when preparing a bootable filesystem for
another system.
.It Fl h
@@ -133,7 +133,7 @@ as the second-level boot program:
installboot /boot /usr/mdec/bootxx /dev/rsd0a
.Ed
.Sh BUGS
-.Nm
+.Nm installboot
requires simultaneous access to the mounted file system and
the raw device, but that is not allowed with the kernel
.Dv securelevel
@@ -148,6 +148,6 @@ only works in single-user mode
.Xr init 8
.Sh HISTORY
The
-.Nm
+.Nm installboot
first appeared in
-.Nx 1.1
+.Nx 1.1 .