Module Name: src
Committed By: christos
Date: Sun Jun 9 18:39:05 UTC 2013
Modified Files:
src/usr.sbin/vnconfig: Makefile vnconfig.8
Log Message:
Alias this to vndconfig for symmetry.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/vnconfig/Makefile
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/vnconfig/vnconfig.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/vnconfig/Makefile
diff -u src/usr.sbin/vnconfig/Makefile:1.6 src/usr.sbin/vnconfig/Makefile:1.7
--- src/usr.sbin/vnconfig/Makefile:1.6 Sat Nov 30 01:04:57 2002
+++ src/usr.sbin/vnconfig/Makefile Sun Jun 9 14:39:05 2013
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2002/11/30 06:04:57 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2013/06/09 18:39:05 christos Exp $
PROG= vnconfig
MAN= vnconfig.8
DPADD+= ${LIBUTIL}
LDADD+= -lutil
+LINKS+= vnconfig vndconfig
+MLINKS+= vnconfig.8 vndconfig.8
.include <bsd.prog.mk>
Index: src/usr.sbin/vnconfig/vnconfig.8
diff -u src/usr.sbin/vnconfig/vnconfig.8:1.37 src/usr.sbin/vnconfig/vnconfig.8:1.38
--- src/usr.sbin/vnconfig/vnconfig.8:1.37 Sun Jul 8 18:49:55 2012
+++ src/usr.sbin/vnconfig/vnconfig.8 Sun Jun 9 14:39:05 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: vnconfig.8,v 1.37 2012/07/08 22:49:55 wiz Exp $
+.\" $NetBSD: vnconfig.8,v 1.38 2013/06/09 18:39:05 christos Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -62,10 +62,10 @@
.\" @(#)vnconfig.8 8.1 (Berkeley) 6/5/93
.\"
.Dd July 9, 2012
-.Dt VNCONFIG 8
+.Dt VNDCONFIG 8
.Os
.Sh NAME
-.Nm vnconfig
+.Nm vndconfig
.Nd configure vnode disks
.Sh SYNOPSIS
.Nm
@@ -182,23 +182,23 @@ is assumed.
.It Pa /etc/disktab
.El
.Sh EXAMPLES
-.Dl vnconfig vnd0 /tmp/diskimage
+.Dl vndconfig vnd0 /tmp/diskimage
or
-.Dl vnconfig /dev/rvnd0c /tmp/diskimage
+.Dl vndconfig /dev/rvnd0c /tmp/diskimage
.Pp
Configures the vnode disk
.Pa vnd0 .
Please note that use of the second form of the command is discouraged because
it requires knowledge of the raw partition which varies between architectures.
.Pp
-.Dl vnconfig vnd0 /tmp/floppy.img 512/18/2/80
+.Dl vndconfig vnd0 /tmp/floppy.img 512/18/2/80
.Pp
Configures the vnode disk
.Pa vnd0
emulating the geometry of 512 bytes per sector, 18 sectors per track,
2 tracks per cylinder, and 80 cylinders total.
.Pp
-.Dl vnconfig -t floppy vnd0 /tmp/floppy.img
+.Dl vndconfig -t floppy vnd0 /tmp/floppy.img
.Pp
Configures the vnode disk
.Pa vnd0
@@ -207,7 +207,7 @@ using the geometry specified in the
entry in
.Pa /etc/disktab .
.Pp
-.Dl vnconfig -u vnd0
+.Dl vndconfig -u vnd0
.Pp
Unconfigures the
.Pa vnd0