diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-25 14:37:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-25 14:37:50 +0000 |
commit | ad45e420e2d5e539c528d2f043a14e971307f985 (patch) | |
tree | 591045ae958be26342ab976abfdd06126fa5d7f2 | |
parent | 7f57f66df839d9ca43905bdcbe25fe3874ed4609 (diff) |
- added missing .Ed
- new sentence, new line
- whitespace at EOL removed
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 14f1bba459a..8594cc9cfe9 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.11 2003/03/06 04:07:37 david Exp $ +.\" $OpenBSD: installboot.8,v 1.12 2003/04/25 14:37:49 jmc Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -27,7 +27,7 @@ .\" 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. -.\" +.\" .Dd May 31, 1995 .Dt INSTALLBOOT 8 mvme68k .Os @@ -68,8 +68,8 @@ where the first-stage boot program is to be installed. the name of the prototype file for the first stage boot program. .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 block device -on which the file system containing +is to be installed. +This should correspond to the block device on which the file system containing .Ar bootsd is mounted. .El @@ -77,6 +77,7 @@ is mounted. .Bd -literal cp /usr/mdec/bootsd / /usr/mdec/installboot /bootsd /usr/mdec/bootxx /dev/rsd0a +.Ed .Sh BUGS .Nm installboot requires simultaneous access to the mounted file system and |