Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/ypcat fix usage.
details: https://anonhg.NetBSD.org/src/rev/1fa3f38b32cf
branches: trunk
changeset: 760753:1fa3f38b32cf
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 12 18:51:42 2011 +0000
description:
fix usage.
diffstat:
usr.bin/ypcat/ypcat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 99984735dca6 -r 1fa3f38b32cf usr.bin/ypcat/ypcat.c
--- a/usr.bin/ypcat/ypcat.c Wed Jan 12 18:28:19 2011 +0000
+++ b/usr.bin/ypcat/ypcat.c Wed Jan 12 18:51:42 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ypcat.c,v 1.15 2011/01/12 18:28:19 christos Exp $ */
+/* $NetBSD: ypcat.c,v 1.16 2011/01/12 18:51:42 christos Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt%fsa.ca@localhost>
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ypcat.c,v 1.15 2011/01/12 18:28:19 christos Exp $");
+__RCSID("$NetBSD: ypcat.c,v 1.16 2011/01/12 18:51:42 christos Exp $");
#endif
#include <sys/param.h>
@@ -172,7 +172,7 @@
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-kt] [-d domainname] mapname\n",
+ (void)fprintf(stderr, "Usage: %s [-kst] [-d domainname] mapname\n",
getprogname());
(void)fprintf(stderr, " %s -x\n", getprogname());
exit(1);
Home |
Main Index |
Thread Index |
Old Index