add 'atalk' to list of arguments recognized by -f, minor cleanup

This commit is contained in:
mikel 1997-08-01 05:03:14 +00:00
parent be93e7feff
commit c106897e5e

View File

@ -1,4 +1,4 @@
.\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
.\" $NetBSD: netstat.1,v 1.12 1997/08/01 05:03:14 mikel Exp $
.\"
.\" Copyright (c) 1983, 1990, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94
.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
.\"
.Dd April 18, 1994
.Dt NETSTAT 1
@ -100,19 +100,22 @@ of the specified
.Ar address family .
The following address families
are recognized:
.Ar inet ,
.Ar inet ,
for
.Dv AF_INET ,
.Dv AF_INET ;
.Ar ns ,
for
.Dv AF_NS ,
.Dv AF_NS ;
.Ar iso ,
for
.Dv AF_ISO ,
and
.Ar unix ,
.Dv AF_ISO ;
.Ar atalk ,
for
.Dv AF_UNIX .
.Dv AF_APPLETALK ;
and
.Ar unix ,
for
.Dv AF_UNIX .
.It Fl g
Show information related to multicast (group address) routing.
By default, show the IP Multicast virtual-interface and routing tables.