diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-24 08:31:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-24 08:31:19 +0000 |
commit | 47723aa36d081f20939bd7f42185cf24d87fbdda (patch) | |
tree | 6b7f7b632b2b8d5c45323916b99065e2fa66ec7d /sys/arch | |
parent | fbc5d953f108f399ef551d8467e2b62714850c02 (diff) |
correct device arg description
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 6e97d52573c..d028e12b770 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.7 1997/09/20 22:40:40 flipk Exp $ +.\" $OpenBSD: installboot.8,v 1.8 1997/09/24 08:31:18 mickey Exp $ .\" .\" .\" Copyright (c) 1997 Michael Shalayeff @@ -45,7 +45,7 @@ .Oo Fl h Ar tpc Oc .Ar boot .Ar biosboot -.Ar rawdev +.Ar disk .Sh DESCRIPTION .Nm installboot is used to install a "first-stage" boot program into the boot area @@ -85,9 +85,10 @@ where the first-stage boot program is to be installed. .It Ar biosboot The name of the prototype file for the first stage boot program, usually /usr/mdec/biosboot. -.It Ar rawdev -The name of the raw device in which the first-stage boot program -is to be installed. This should correspond to the raw partition +.It Ar disk +The name of the disk containing the partition in which the +first-stage boot program is to be installed. +This might be the raw partition of the block device on which the file system containing .Ar boot is mounted. Note that you must be in single-user mode or have your |