Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Simplify markup in one place, and sort sectio...



details:   https://anonhg.NetBSD.org/src/rev/c7ec9f205a2c
branches:  trunk
changeset: 517628:c7ec9f205a2c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 16 11:30:09 2001 +0000

description:
Simplify markup in one place, and sort sections and SEE ALSO.

diffstat:

 sbin/disklabel/disklabel.8 |  19 +++++++++++--------
 1 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 099f61deb31d -r c7ec9f205a2c sbin/disklabel/disklabel.8
--- a/sbin/disklabel/disklabel.8        Fri Nov 16 11:29:09 2001 +0000
+++ b/sbin/disklabel/disklabel.8        Fri Nov 16 11:30:09 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.8,v 1.35 2001/06/05 11:22:43 wiz Exp $
+.\"    $NetBSD: disklabel.8,v 1.36 2001/11/16 11:30:09 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -211,7 +211,10 @@
 was specified, this format is always accepted by
 .Nm
 on input with either the
-.Fl e No or Fl R No flag.
+.Fl e
+or
+.Fl R
+flag.
 .Pp
 With the
 .Fl R
@@ -367,12 +370,6 @@
 if you create the
 prototype file by dumping some other disk's label to a file and editing
 it appropriately (total size, partition offsets, types, etc.)
-.Sh SEE ALSO
-.Xr disktab 5 ,
-.Xr disklabel 5 ,
-.Xr fdisk 8 ,
-.Xr installboot 8 ,
-.Xr mbrlabel 8
 .Sh DIAGNOSTICS
 The kernel device drivers will not allow the size of a disk partition
 to be decreased or the offset of a partition to be changed while it is open.
@@ -399,6 +396,12 @@
 Conversely, if a partition has a type other than FS_UNUSED or FS_BOOT,
 .Nm
 will not install bootstrap code that overlaps it.
+.Sh SEE ALSO
+.Xr disklabel 5 ,
+.Xr disktab 5 ,
+.Xr fdisk 8 ,
+.Xr installboot 8 ,
+.Xr mbrlabel 8
 .Sh BUGS
 If the disk partition is not specified in the disk name
 (i.e. ``xy0'' instead of ``/dev/rxy0c''),



Home | Main Index | Thread Index | Old Index