Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/vnconfig Alias this to vndconfig for symmetry.
details: https://anonhg.NetBSD.org/src/rev/fabe0591b59b
branches: trunk
changeset: 787294:fabe0591b59b
user: christos <christos%NetBSD.org@localhost>
date: Sun Jun 09 18:39:05 2013 +0000
description:
Alias this to vndconfig for symmetry.
diffstat:
usr.sbin/vnconfig/Makefile | 4 +++-
usr.sbin/vnconfig/vnconfig.8 | 16 ++++++++--------
2 files changed, 11 insertions(+), 9 deletions(-)
diffs (74 lines):
diff -r 168a2d2a35ed -r fabe0591b59b usr.sbin/vnconfig/Makefile
--- a/usr.sbin/vnconfig/Makefile Sun Jun 09 18:37:40 2013 +0000
+++ b/usr.sbin/vnconfig/Makefile Sun Jun 09 18:39:05 2013 +0000
@@ -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>
diff -r 168a2d2a35ed -r fabe0591b59b usr.sbin/vnconfig/vnconfig.8
--- a/usr.sbin/vnconfig/vnconfig.8 Sun Jun 09 18:37:40 2013 +0000
+++ b/usr.sbin/vnconfig/vnconfig.8 Sun Jun 09 18:39:05 2013 +0000
@@ -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 @@
.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 @@
entry in
.Pa /etc/disktab .
.Pp
-.Dl vnconfig -u vnd0
+.Dl vndconfig -u vnd0
.Pp
Unconfigures the
.Pa vnd0
Home |
Main Index |
Thread Index |
Old Index