Module Name:    src
Committed By:   snj
Date:           Fri Aug 14 20:53:59 UTC 2009

Modified Files:
        src/sbin/dkctl [netbsd-5]: dkctl.8

Log Message:
Pull up following revision(s) (requested by spz in ticket #887):
        sbin/dkctl/dkctl.8: revision 1.19
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.17 -r1.17.28.1 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.17 src/sbin/dkctl/dkctl.8:1.17.28.1
--- src/sbin/dkctl/dkctl.8:1.17	Thu Jan 12 20:28:29 2006
+++ src/sbin/dkctl/dkctl.8	Fri Aug 14 20:53:59 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dkctl.8,v 1.17 2006/01/12 20:28:29 wiz Exp $
+.\"	$NetBSD: dkctl.8,v 1.17.28.1 2009/08/14 20:53:59 snj Exp $
 .\"
 .\" Copyright 2002 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd December 26, 2005
+.Dd July 30, 2009
 .Dt DKCTL 8
 .Os
 .Sh NAME
@@ -118,6 +118,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 .
+.Pp
 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