Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/puffs/mount_9p Remove -46 from the -c usage. While...



details:   https://anonhg.NetBSD.org/src/rev/05bd26321944
branches:  trunk
changeset: 934550:05bd26321944
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jun 13 21:23:27 2020 +0000

description:
Remove -46 from the -c usage.  While here, sync usage with man page
(s/devfile/device).

diffstat:

 usr.sbin/puffs/mount_9p/ninepuffs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f136fcc009aa -r 05bd26321944 usr.sbin/puffs/mount_9p/ninepuffs.c
--- a/usr.sbin/puffs/mount_9p/ninepuffs.c       Sat Jun 13 21:23:00 2020 +0000
+++ b/usr.sbin/puffs/mount_9p/ninepuffs.c       Sat Jun 13 21:23:27 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ninepuffs.c,v 1.31 2020/06/13 16:56:46 wiz Exp $       */
+/*     $NetBSD: ninepuffs.c,v 1.32 2020/06/13 21:23:27 uwe Exp $       */
 
 /*
  * Copyright (c) 2007  Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ninepuffs.c,v 1.31 2020/06/13 16:56:46 wiz Exp $");
+__RCSID("$NetBSD: ninepuffs.c,v 1.32 2020/06/13 21:23:27 uwe Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -61,7 +61,7 @@
 
        fprintf(stderr, "usage: %s [-46su] [-o mntopts] [-p port] "
            "[user@]server[:path] mountpoint\n", getprogname());
-       fprintf(stderr, "       %s -c [-46su] [-o mntopts] devfile mountpoint\n",
+       fprintf(stderr, "       %s -c [-su] [-o mntopts] device mountpoint\n",
            getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index