Module Name:    src
Committed By:   wiz
Date:           Tue Aug  2 10:21:12 UTC 2011

Modified Files:
        src/sbin/disklabel: disklabel.8

Log Message:
Sort sections. Remove comma in enumeration of two items.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sbin/disklabel/disklabel.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/disklabel/disklabel.8
diff -u src/sbin/disklabel/disklabel.8:1.63 src/sbin/disklabel/disklabel.8:1.64
--- src/sbin/disklabel/disklabel.8:1.63	Mon Jul 25 16:31:05 2011
+++ src/sbin/disklabel/disklabel.8	Tue Aug  2 10:21:12 2011
@@ -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.

Reply via email to