-/* $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 $ */
/*
#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 */
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)
-.\" $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
.Ar iso ,
for
.Dv AF_ISO ,
+.Ar local ,
+for
+.Dv AF_LOCAL ,
and
.Ar unix ,
for