Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/xlint More cosmetics in the usage message...
details: https://anonhg.NetBSD.org/src/rev/e6882c1b0e9e
branches: trunk
changeset: 472613:e6882c1b0e9e
user: christos <christos%NetBSD.org@localhost>
date: Mon May 03 15:45:01 1999 +0000
description:
More cosmetics in the usage message...
diffstat:
usr.bin/xlint/xlint/xlint.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 8cb350cfe24c -r e6882c1b0e9e usr.bin/xlint/xlint/xlint.c
--- a/usr.bin/xlint/xlint/xlint.c Mon May 03 15:43:25 1999 +0000
+++ b/usr.bin/xlint/xlint/xlint.c Mon May 03 15:45:01 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xlint.c,v 1.12 1999/05/03 15:23:27 christos Exp $ */
+/* $NetBSD: xlint.c,v 1.13 1999/05/03 15:45:01 christos Exp $ */
/*
* Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: xlint.c,v 1.12 1999/05/03 15:23:27 christos Exp $");
+__RCSID("$NetBSD: xlint.c,v 1.13 1999/05/03 15:45:01 christos Exp $");
#endif
#include <sys/param.h>
@@ -287,9 +287,9 @@
"Usage: %s [-abceghprvxzHF] [-s|-t] [-i|-nu] [-Dname[=def]] [-Uname]\n",
__progname);
(void)fprintf(stderr,
- "\t[-Idirectory] [-Ldirectory] [-llibrary] [-ooutputfile] file ...\n\n");
+ "\t[-Idirectory] [-Ldirectory] [-llibrary] [-ooutputfile] file ...\n");
(void)fprintf(stderr,
- "%s [-abceghprvzHF] [-s|-t] -Clibrary [-Dname[=def]]\n", __progname);
+ " %s [-abceghprvzHF] [-s|-t] -Clibrary [-Dname[=def]]\n", __progname);
(void)fprintf(stderr, "\t[-Idirectory] [-Uname] file ...\n");
terminate(-1);
}
Home |
Main Index |
Thread Index |
Old Index