From e9d7b69dbfde782a9721fa8b63908a3d667b79de Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 28 Nov 2003 10:05:44 +0000 Subject: netstat.1: - In SYNOPSIS, -a goes with interface display, not -s - In SYNOPSIS, -i and -I are mutually exclusive - expand -a description (shows multicast with interface display) - expand -b and -d descriptions and fix parenthesis typo - consistently refer to multicast (not Multicast) and MTU (not mtu) - expand -I description (interaction with -a) - two missing full stops - update SEE ALSO main.c: - sync with SYNOPSIS --- usr.bin/netstat/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/netstat/main.c') diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index f3ba7f6be9c..224e29d49aa 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.40 2003/11/02 10:23:58 markus Exp $ */ +/* $OpenBSD: main.c,v 1.41 2003/11/28 10:05:43 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.40 2003/11/02 10:23:58 markus Exp $"; +static char *rcsid = "$OpenBSD: main.c,v 1.41 2003/11/28 10:05:43 jmc Exp $"; #endif #endif /* not lint */ @@ -652,6 +652,6 @@ usage(void) (void)fprintf(stderr, " %s [-M core] [-N system] [-p protocol]\n", __progname); (void)fprintf(stderr, -" %s [-s] [-f address_family] [-i] [-I interface]\n", __progname); +" %s [-a] [-f address_family] [-i | -I interface]\n", __progname); exit(1); } -- cgit v1.2.3