diff options
Diffstat (limited to 'sys/arch/mvme68k/stand/installboot')
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 6f4565f0349..9c445195b7f 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.14 2003/06/06 21:45:33 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.15 2004/01/13 15:49:11 miod Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,7 @@ .\" (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 May 31, 1995 +.Dd January 13, 2004 .Dt INSTALLBOOT 8 mvme68k .Os .Sh NAME @@ -38,7 +38,7 @@ .Nm installboot .Op Fl n .Op Fl v -.Ar bootsd +.Ar boot .Ar bootxx .Ar rawdev .Sh DESCRIPTION @@ -56,12 +56,12 @@ Do not actually write anything on the disk. Be verbose, printing out the block numbers that .Ar bootxx will use to load -.Ar bootsd . +.Ar boot . .El .Pp The arguments are: -.Bl -tag -width bootsd -.It Ar bootsd +.Bl -tag -width bootxx +.It Ar boot the name of the second-stage boot program in the file system where the first-stage boot program is to be installed. .It Ar bootxx @@ -70,13 +70,13 @@ the name of the prototype file for the first stage boot program. the name of the raw device in which the first-stage boot program is to be installed. This should correspond to the block device on which the file system containing -.Ar bootsd +.Ar boot is mounted. .El .Sh EXAMPLES .Bd -literal -cp /usr/mdec/bootsd / -/usr/mdec/installboot /bootsd /usr/mdec/bootxx /dev/rsd0a +cp /usr/mdec/bootsd /boot +/usr/mdec/installboot /boot /usr/mdec/bootxx /dev/rsd0a .Ed .Sh SEE ALSO .Xr disklabel 8 , |