Punctuation nits; bump date for previous.
This commit is contained in:
parent
793a63d824
commit
42a77e996d
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: installboot.8,v 1.45 2005/10/06 08:42:12 dyoung Exp $
|
||||
.\" $NetBSD: installboot.8,v 1.46 2005/10/06 10:43:45 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2002-2003 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -34,7 +34,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd June 3, 2005
|
||||
.Dd October 6, 2005
|
||||
.Dt INSTALLBOOT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -541,7 +541,7 @@ file system for a small custom kernel (note: bigger kernels needing
|
|||
multiple disks are handled with the ustarfs file system):
|
||||
.Dl Ic newfs -s 1440k /dev/rfd0a
|
||||
.Bd -ragged -offset indent-two -compact
|
||||
.Em Note:
|
||||
.Em Note :
|
||||
Ignore the warnings that
|
||||
.Xr newfs 8
|
||||
displays; it can not write a disklabel,
|
||||
|
@ -560,7 +560,7 @@ which should have the same offset and size as a FAT primary partition
|
|||
in the Master Boot Record (MBR):
|
||||
.Dl Ic newfs_msdos -r 16 /dev/rwd1a
|
||||
.Bd -ragged -offset indent-two -compact
|
||||
.Em Notes:
|
||||
.Em Notes :
|
||||
The
|
||||
.Fl r Ar 16
|
||||
is to reserve space for the primary bootstrap.
|
||||
|
@ -581,7 +581,7 @@ changed to this value.
|
|||
.Dl Ic umount /mnt
|
||||
.Dl Ic installboot -t raw /dev/rwd1a /usr/mdec/bootxx_msdos
|
||||
.Bd -ragged -offset indent-two -compact
|
||||
.Em Note:
|
||||
.Em Note :
|
||||
It may be necessary to ensure that there is a valid
|
||||
.Nx
|
||||
disklabel on
|
||||
|
|
Loading…
Reference in New Issue