Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Note in far more places that -B is only suppo...



details:   https://anonhg.NetBSD.org/src/rev/b6e15b345342
branches:  trunk
changeset: 518108:b6e15b345342
user:      perry <perry%NetBSD.org@localhost>
date:      Sat Nov 24 18:30:59 2001 +0000

description:
Note in far more places that -B is only supported on some platforms.

diffstat:

 sbin/disklabel/disklabel.8 |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (41 lines):

diff -r 2850b5658587 -r b6e15b345342 sbin/disklabel/disklabel.8
--- a/sbin/disklabel/disklabel.8        Sat Nov 24 18:07:04 2001 +0000
+++ b/sbin/disklabel/disklabel.8        Sat Nov 24 18:30:59 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.8,v 1.36 2001/11/16 11:30:09 wiz Exp $
+.\"    $NetBSD: disklabel.8,v 1.37 2001/11/24 18:30:59 perry Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -243,7 +243,8 @@
 the machine.
 The
 .Fl B
-option is used to denote that bootstrap code is to be installed.
+option is used (on some platforms only, see above) to denote that
+bootstrap code is to be installed.
 The
 .Fl r
 flag is implied by
@@ -346,7 +347,9 @@
 .Pp
 .Dl disklabel -B sd0
 .Pp
-Install a new bootstrap on sd0.
+Install a new bootstrap on sd0 (only for platforms which support the
+.Fl B
+option, see above).
 The boot code comes from
 .Pa /usr/mdec/sdboot
 and possibly
@@ -355,7 +358,9 @@
 .Pp
 .Dl disklabel -w -B /dev/rsd0c -b newboot sd2212
 .Pp
-Install a new label and bootstrap.
+Install a new label and bootstrap (on platforms which support the
+.Fl B
+option, see above).
 The label is derived from disktab information for ``sd2212'' and
 installed both in-core and on-disk.
 The bootstrap code comes from the file



Home | Main Index | Thread Index | Old Index