Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sbin/disklabel Pull up revision 1.13 (requested by lukem):



details:   https://anonhg.NetBSD.org/src/rev/9acd844a47f1
branches:  netbsd-1-5
changeset: 490752:9acd844a47f1
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 22:26:02 2001 +0000

description:
Pull up revision 1.13 (requested by lukem):
  Several fixes and enhancements:
  o with ``-I'', initialize the label if it's not there, it's
    corrupt, or there's no ``fake'' label.
  o correct partition table header
  o move some functions into a separate file for other programs
    to use
  o fix examples and cross references
  o various cleanups

diffstat:

 sbin/disklabel/disklabel.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 349a35f37895 -r 9acd844a47f1 sbin/disklabel/disklabel.5
--- a/sbin/disklabel/disklabel.5        Mon Feb 26 22:25:44 2001 +0000
+++ b/sbin/disklabel/disklabel.5        Mon Feb 26 22:26:02 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.5,v 1.11.4.1 2000/09/21 11:29:26 msaitoh Exp $
+.\"    $NetBSD: disklabel.5,v 1.11.4.2 2001/02/26 22:26:02 he Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -128,7 +128,7 @@
  */
 #define MAXMAXPARTITIONS       22
 #if MAXPARTITIONS > MAXMAXPARTITIONS
-#warn beware: MAXPARTITIONS bigger than MAXMAXPARTITIONS
+#warning beware: MAXPARTITIONS bigger than MAXMAXPARTITIONS
 #endif
 
 



Home | Main Index | Thread Index | Old Index