Module Name:    src
Committed By:   wiz
Date:           Tue May 18 23:33:03 UTC 2010

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

Log Message:
Mention that dkctl(8) does not modify on-disk data, and add xrefs to
fdisk(8) and gpt(8). Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 src/sbin/dkctl/dkctl.8:1.21
--- src/sbin/dkctl/dkctl.8:1.20	Sun Aug  2 22:49:08 2009
+++ src/sbin/dkctl/dkctl.8	Tue May 18 23:33:03 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: dkctl.8,v 1.20 2009/08/02 22:49:08 wiz Exp $
+.\"	$NetBSD: dkctl.8,v 1.21 2010/05/18 23:33:03 wiz 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 July 30, 2009
+.Dd May 19, 2010
 .Dt DKCTL 8
 .Os
 .Sh NAME
@@ -171,6 +171,16 @@
 $ sysctl kern.bufq.strategies
 .Ed
 .El
+.Pp
+Note: The
+.Ic addwedge
+and
+.Ic delwedge
+commands only modify the in-kernel representation of disks; for
+modifying information on the disks themselves, refer to
+.Xr fdisk 8
+or
+.Xr gpt 8 .
 .Sh SEE ALSO
 .Xr ioctl 2 ,
 .Xr dk 4 ,
@@ -178,6 +188,8 @@
 .Xr wd 4 ,
 .Xr disklabel 5 ,
 .Xr atactl 8 ,
+.Xr fdisk 8 ,
+.Xr gpt 8 ,
 .Xr scsictl 8
 .Sh HISTORY
 The

Reply via email to