Module Name:    src
Committed By:   uwe
Date:           Sat Jun 13 21:23:28 UTC 2020

Modified Files:
        src/usr.sbin/puffs/mount_9p: ninepuffs.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/puffs/mount_9p/ninepuffs.c

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/puffs/mount_9p/ninepuffs.c
diff -u src/usr.sbin/puffs/mount_9p/ninepuffs.c:1.31 src/usr.sbin/puffs/mount_9p/ninepuffs.c:1.32
--- src/usr.sbin/puffs/mount_9p/ninepuffs.c:1.31	Sat Jun 13 16:56:46 2020
+++ src/usr.sbin/puffs/mount_9p/ninepuffs.c	Sat Jun 13 21:23:27 2020
@@ -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 @@ usage(void)
 
 	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);
 }

Reply via email to