Source-Changes-HG archive

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

[src/trunk]: src/sbin/disklabel Sort sections. Remove comma in enumeration of...



details:   https://anonhg.NetBSD.org/src/rev/4da0cca073e6
branches:  trunk
changeset: 767884:4da0cca073e6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 02 10:21:12 2011 +0000

description:
Sort sections. Remove comma in enumeration of two items.

diffstat:

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

diffs (40 lines):

diff -r 3a5a3f311cff -r 4da0cca073e6 sbin/disklabel/disklabel.8
--- a/sbin/disklabel/disklabel.8        Tue Aug 02 10:17:35 2011 +0000
+++ b/sbin/disklabel/disklabel.8        Tue Aug 02 10:21:12 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.8,v 1.63 2011/07/25 16:31:05 christos Exp $
+.\"    $NetBSD: disklabel.8,v 1.64 2011/08/02 10:21:12 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -209,6 +209,10 @@
 could update the bootstrap code on some architectures.
 This functionality has been subsumed by
 .Xr installboot 8 .
+.Sh FILES
+.Bl -tag -width /etc/disktab -compact
+.It Pa /etc/disktab
+.El
 .Sh EXIT STATUS
 The exit status of
 .Nm
@@ -228,10 +232,6 @@
 One or more warnings occured while reading the disklabel.
 Subtract 100 to get the number of warnings detected.
 .El
-.Sh FILES
-.Bl -tag -width /etc/disktab -compact
-.It Pa /etc/disktab
-.El
 .Sh EXAMPLES
 .Dl Ic disklabel sd0
 .Pp
@@ -303,7 +303,7 @@
 .Nm
 structure stored on disk cannot support partitions/disks greater than 2TB.
 Please use
-.Xr gpt 8 ,
+.Xr gpt 8
 and
 .Xr dkctl 8
 to manage partitions and disks larger than 2TB.



Home | Main Index | Thread Index | Old Index