Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/vnconfig Reflect the new name of vndconfig(8) in th...



details:   https://anonhg.NetBSD.org/src/rev/c9869d2e7bbc
branches:  trunk
changeset: 360448:c9869d2e7bbc
user:      khorben <khorben%NetBSD.org@localhost>
date:      Mon Mar 12 01:10:25 2018 +0000

description:
Reflect the new name of vndconfig(8) in the usage screen

vnconfig(8) was renamed to vndconfig(8) in NetBSD 7. While the manual page
now defaults to vndconfig, the usage screen still referred to the old name.

diffstat:

 usr.sbin/vnconfig/vnconfig.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r e99ea4964420 -r c9869d2e7bbc usr.sbin/vnconfig/vnconfig.c
--- a/usr.sbin/vnconfig/vnconfig.c      Mon Mar 12 00:42:05 2018 +0000
+++ b/usr.sbin/vnconfig/vnconfig.c      Mon Mar 12 01:10:25 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnconfig.c,v 1.44 2016/04/10 09:04:09 martin Exp $     */
+/*     $NetBSD: vnconfig.c,v 1.45 2018/03/12 01:10:25 khorben Exp $    */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -425,9 +425,9 @@
 {
 
        (void)fprintf(stderr, "%s%s",
-           "usage: vnconfig [-crvz] [-f dsktab] [-t type] vnode_disk"
+           "usage: vndconfig [-crvz] [-f dsktab] [-t type] vnode_disk"
                " reg-file [geomspec]\n",
-           "       vnconfig -u [-Fv] vnode_disk\n"
-           "       vnconfig -l [-m num | vnode_disk...]\n");
+           "       vndconfig -u [-Fv] vnode_disk\n"
+           "       vndconfig -l [-m num | vnode_disk...]\n");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index