diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-04 16:56:53 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-10-04 16:56:53 +0000 |
commit | 38832e33307eb9957aa999bdab21a6b511c2ae90 (patch) | |
tree | e64d6d04d664a95120941a3aaaa2d8ad46ce812a /share/man/man8/man8.i386 | |
parent | 3b96b2c0df0f3c725d6514427aa1a426a4d961b1 (diff) |
we don't like .Pp and blank lines before/after .Ss;
millert@ ok
Diffstat (limited to 'share/man/man8/man8.i386')
-rw-r--r-- | share/man/man8/man8.i386/boot_i386.8 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man8/man8.i386/boot_i386.8 b/share/man/man8/man8.i386/boot_i386.8 index 02e4fd26697..47495864bff 100644 --- a/share/man/man8/man8.i386/boot_i386.8 +++ b/share/man/man8/man8.i386/boot_i386.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_i386.8,v 1.4 2001/08/20 06:09:32 mpech Exp $ +.\" $OpenBSD: boot_i386.8,v 1.5 2001/10/04 16:56:52 mpech Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" @@ -44,7 +44,6 @@ system bootstrapping procedures Normally, the system will reboot itself at power-up or after crashes. An automatic consistency check of the file systems will be performed, and unless this fails, the system will resume multi-user operations. -.Pp .Ss Cold starts The .Tn "PC AT" @@ -61,7 +60,6 @@ clones attempt to boot off the drive specified in the BIOS setup, or if it is an older BIOS, it will start with checking for a disk in floppy drive A (otherwise known as drive 0) first, and failing that, attempt to boot the hard disk C (otherwise known as hard disk controller 1, drive 0). -.Pp .Ss Warm starts The BIOS loads the first block (at physical location: track 0, head 0, sector 1) off the boot device into memory, and if the last two bytes in the |