Module Name: src
Committed By: matt
Date: Fri Mar 2 18:57:27 UTC 2012
Modified Files:
src/usr.bin/ypmatch: ypmatch.c
Log Message:
remove extra "
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/usr.bin/ypmatch/ypmatch.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.bin/ypmatch/ypmatch.c
diff -u src/usr.bin/ypmatch/ypmatch.c:1.20 src/usr.bin/ypmatch/ypmatch.c:1.21
--- src/usr.bin/ypmatch/ypmatch.c:1.20 Fri Mar 2 17:27:49 2012
+++ src/usr.bin/ypmatch/ypmatch.c Fri Mar 2 18:57:27 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: ypmatch.c,v 1.20 2012/03/02 17:27:49 christos Exp $ */
+/* $NetBSD: ypmatch.c,v 1.21 2012/03/02 18:57:27 matt Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <[email protected]>
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ypmatch.c,v 1.20 2012/03/02 17:27:49 christos Exp $");
+__RCSID("$NetBSD: ypmatch.c,v 1.21 2012/03/02 18:57:27 matt Exp $");
#endif
#include <sys/param.h>
@@ -161,7 +161,7 @@ usage(void)
{
(void)fprintf(stderr, "Usage: %s [-ktz] [-b <num-retry>] "
- "[-d <domainname>] "<key> ... <mapname>\n", getprogname());
+ "[-d <domainname>] <key> ... <mapname>\n", getprogname());
(void)fprintf(stderr, " %s -x\n", getprogname());
exit(1);
}