Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sbin/disklabel Pull up revision 1.17 (requested by tv i...



details:   https://anonhg.NetBSD.org/src/rev/609cd7e9308b
branches:  netbsd-1-6
changeset: 530680:609cd7e9308b
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Sep 09 20:02:30 2003 +0000

description:
Pull up revision 1.17 (requested by tv in ticket #1454):
fix DTYPE_LD comment

diffstat:

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

diffs (18 lines):

diff -r 7e4ba8ccc581 -r 609cd7e9308b sbin/disklabel/disklabel.5
--- a/sbin/disklabel/disklabel.5        Tue Sep 09 19:59:24 2003 +0000
+++ b/sbin/disklabel/disklabel.5        Tue Sep 09 20:02:30 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: disklabel.5,v 1.15.2.1 2003/09/09 19:59:24 tron Exp $
+.\"    $NetBSD: disklabel.5,v 1.15.2.2 2003/09/09 20:02:30 tron Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -258,7 +258,7 @@
 #define DTYPE_VND      12      /* vnode pseudo-disk */
 #define DTYPE_ATAPI    13      /* ATAPI */
 #define DTYPE_RAID     14      /* RAIDframe */
-#define DTYPE_LD       15      /* RAIDframe */
+#define DTYPE_LD       15      /* logical disk */
 
 #ifdef DKTYPENAMES
 static const char *const dktypenames[] = {



Home | Main Index | Thread Index | Old Index