Module Name:    src
Committed By:   spz
Date:           Thu Jul 30 05:54:43 UTC 2009

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

Log Message:
list the partition types addwedge understands, so you don't need to utsl
to find out what strings to use here
fixes PR 37252


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/dkctl/dkctl.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/dkctl/dkctl.8
diff -u src/sbin/dkctl/dkctl.8:1.18 src/sbin/dkctl/dkctl.8:1.19
--- src/sbin/dkctl/dkctl.8:1.18	Sat Feb  7 17:13:32 2009
+++ src/sbin/dkctl/dkctl.8	Thu Jul 30 05:54:43 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dkctl.8,v 1.18 2009/02/07 17:13:32 uebayasi Exp $
+.\"	$NetBSD: dkctl.8,v 1.19 2009/07/30 05:54:43 spz Exp $
 .\"
 .\" Copyright 2002 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -124,6 +124,24 @@
 .Ar name
 and the partition type
 .Ar ptype .
+Valid choices for ptype would be
+.Ar unused ,
+.Ar swap ,
+.Ar ffs ,
+.Ar lfs ,
+.Ar ext2fs ,
+.Ar cd9660 ,
+.Ar ados ,
+.Ar hfs ,
+.Ar msdos ,
+.Ar filecore ,
+.Ar raidframe ,
+.Ar ccd ,
+.Ar appleufs ,
+.Ar ntfs 
+and
+.Ar cgd .
+
 The device name of the virtual block device assigned to the wedge will be
 displayed after the wedge has been successfully created.
 See

Reply via email to