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.34 (requested by lukem):



details:   https://anonhg.NetBSD.org/src/rev/651c6c1f9bf2
branches:  netbsd-1-5
changeset: 490753:651c6c1f9bf2
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 22:26:18 2001 +0000

description:
Pull up revision 1.34 (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.8 |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 9acd844a47f1 -r 651c6c1f9bf2 sbin/disklabel/disklabel.8
--- a/sbin/disklabel/disklabel.8        Mon Feb 26 22:26:02 2001 +0000
+++ b/sbin/disklabel/disklabel.8        Mon Feb 26 22:26:18 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.8,v 1.30.2.3 2000/10/18 02:52:14 tv Exp $
+.\"    $NetBSD: disklabel.8,v 1.30.2.4 2001/02/26 22:26:18 he Exp $
 .\"
 .\" Copyright (c) 1987, 1988, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -370,7 +370,9 @@
 .Sh SEE ALSO
 .Xr disktab 5 ,
 .Xr disklabel 5 ,
-.Xr installboot 8
+.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.



Home | Main Index | Thread Index | Old Index