From 5d1b5dae7c84b119c7316be0fa593bd75cdfce53 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 11 Aug 1999 22:25:55 +0000 Subject: Document the use of the -a flag in conjunction with the -r flag. PR: docs/13037 Submitted by: Christopher Masto --- usr.bin/netstat/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/netstat/main.c') diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c index b1ada41..0f3072e 100644 --- a/usr.bin/netstat/main.c +++ b/usr.bin/netstat/main.c @@ -42,7 +42,7 @@ char const copyright[] = static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 3/1/94"; #endif static const char rcsid[] = - "$Id: main.c,v 1.24 1999/02/06 19:12:48 jhay Exp $"; + "$Id: main.c,v 1.25 1999/04/26 16:11:48 luigi Exp $"; #endif /* not lint */ #include @@ -568,7 +568,7 @@ usage() { (void)fprintf(stderr, "%s\n%s\n%s\n%s\n", "usage: netstat [-Aan] [-f address_family] [-M core] [-N system]", -" netstat [-bdghimnrs] [-f address_family] [-M core] [-N system]", +" netstat [-abdghimnrs] [-f address_family] [-M core] [-N system]", " netstat [-bdn] [-I interface] [-M core] [-N system] [-w wait]", " netstat [-M core] [-N system] [-p protocol]"); exit(1); -- cgit v1.1