summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/main.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-05-02 10:07:20 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-05-02 10:07:20 +0000
commit94f45d04c266c650a5c6ccfbd80615394c5f7e09 (patch)
treebb89ae82c3d763efd0a875755881aaa0d662c30f /usr.bin/netstat/main.c
parent739fda9c9f2db77b1c332f87bb81ceb05062939e (diff)
- add a small description of final synopsis form
- tweak a spacing issue in usage()
Diffstat (limited to 'usr.bin/netstat/main.c')
-rw-r--r--usr.bin/netstat/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c
index 995f8af4c7c..5d3d96a90bb 100644
--- a/usr.bin/netstat/main.c
+++ b/usr.bin/netstat/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.56 2005/04/12 14:11:49 reyk Exp $ */
+/* $OpenBSD: main.c,v 1.57 2005/05/02 10:07:19 jmc Exp $ */
/* $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
/*
@@ -40,7 +40,7 @@ char copyright[] =
#if 0
static char sccsid[] = "from: @(#)main.c 8.4 (Berkeley) 3/1/94";
#else
-static char *rcsid = "$OpenBSD: main.c,v 1.56 2005/04/12 14:11:49 reyk Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.57 2005/05/02 10:07:19 jmc Exp $";
#endif
#endif /* not lint */
@@ -630,6 +630,6 @@ usage(void)
(void)fprintf(stderr,
" %s [-a] [-f address_family] [-i | -I interface]\n", __progname);
(void)fprintf(stderr,
-" %s [-W interface]\n", __progname);
+" %s [-W interface]\n", __progname);
exit(1);
}