Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ypmatch remove extra "
details: https://anonhg.NetBSD.org/src/rev/871eb6cf353e
branches: trunk
changeset: 777743:871eb6cf353e
user: matt <matt%NetBSD.org@localhost>
date: Fri Mar 02 18:57:27 2012 +0000
description:
remove extra "
diffstat:
usr.bin/ypmatch/ypmatch.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b7b548f0cd4c -r 871eb6cf353e usr.bin/ypmatch/ypmatch.c
--- a/usr.bin/ypmatch/ypmatch.c Fri Mar 02 18:55:16 2012 +0000
+++ b/usr.bin/ypmatch/ypmatch.c Fri Mar 02 18:57:27 2012 +0000
@@ -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 <deraadt%fsa.ca@localhost>
@@ -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 @@
{
(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);
}
Home |
Main Index |
Thread Index |
Old Index