accept "-f local" for AF_LOCAL"
authorkstailey <kstailey@openbsd.org>
Sat, 1 Feb 1997 17:31:19 +0000 (17:31 +0000)
committerkstailey <kstailey@openbsd.org>
Sat, 1 Feb 1997 17:31:19 +0000 (17:31 +0000)
usr.bin/netstat/main.c
usr.bin/netstat/netstat.1

index 349be14..5a866fd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.6 1997/01/15 23:42:55 millert Exp $        */
+/*     $OpenBSD: main.c,v 1.7 1997/02/01 17:31:19 kstailey Exp $       */
 /*     $NetBSD: main.c,v 1.9 1996/05/07 02:55:02 thorpej Exp $ */
 
 /*
@@ -44,7 +44,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.6 1997/01/15 23:42:55 millert Exp $";
+static char *rcsid = "$OpenBSD: main.c,v 1.7 1997/02/01 17:31:19 kstailey Exp $";
 #endif
 #endif /* not lint */
 
@@ -240,6 +240,8 @@ main(argc, argv)
                case 'f':
                        if (strcmp(optarg, "inet") == 0)
                                af = AF_INET;
+                       else if (strcmp(optarg, "local") == 0)
+                               af = AF_LOCAL;
                        else if (strcmp(optarg, "unix") == 0)
                                af = AF_UNIX;
                        else if (strcmp(optarg, "ipx") == 0)
index c296498..56f1bdc 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: netstat.1,v 1.4 1996/08/16 09:29:33 mickey Exp $
+.\"    $OpenBSD: netstat.1,v 1.5 1997/02/01 17:31:20 kstailey Exp $
 .\"    $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1992, 1993
@@ -113,6 +113,9 @@ for
 .Ar iso ,
 for
 .Dv AF_ISO ,
+.Ar local  ,
+for
+.Dv AF_LOCAL  ,
 and
 .Ar unix  ,
 for