Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/installboot Use Xr instead of Ic when suitable; Net...



details:   https://anonhg.NetBSD.org/src/rev/b5c6f58d46b9
branches:  trunk
changeset: 555729:b5c6f58d46b9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Nov 26 09:02:52 2003 +0000

description:
Use Xr instead of Ic when suitable; NetBSD -> .Nx; add comma;
use Dq for a string.

diffstat:

 usr.sbin/installboot/installboot.8 |  16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 3e574a95cc7c -r b5c6f58d46b9 usr.sbin/installboot/installboot.8
--- a/usr.sbin/installboot/installboot.8        Wed Nov 26 08:36:49 2003 +0000
+++ b/usr.sbin/installboot/installboot.8        Wed Nov 26 09:02:52 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: installboot.8,v 1.38 2003/11/26 08:10:37 lukem Exp $
+.\"    $NetBSD: installboot.8,v 1.39 2003/11/26 09:02:52 wiz Exp $
 .\"
 .\" Copyright (c) 2002-2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -506,7 +506,7 @@
 .Bd -ragged -offset indent-two -compact
 .Em Note:
 Ignore the warnings that
-.Ic newfs
+.Xr newfs 8
 displays; it can not write a disklabel,
 which is not a problem for a floppy disk.
 .Ed
@@ -527,10 +527,12 @@
 The
 .Fl r Ar 16
 is to reserve space for the primary bootstrap.
-.Ic newfs_msdos
-will display an `MBR type' such as
+.Xr newfs_msdos 8
+will display an
+.Dq MBR type
+such as
 .Ql 1 ,
-.Ql 4
+.Ql 4 ,
 or
 .Ql 6 ;
 the MBR partition type of the appropriate primary partition should be
@@ -543,7 +545,9 @@
 .Dl Ic installboot -t raw /dev/rwd1a /usr/mdec/bootxx_msdos
 .Bd -ragged -offset indent-two -compact
 .Em Note:
-It may be necessary to ensure that there is a valid NetBSD disklabel on
+It may be necessary to ensure that there is a valid
+.Nx
+disklabel on
 .Sq wd1
 for the primary bootstrap to function correctly.
 .Ed



Home | Main Index | Thread Index | Old Index