diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-06-04 18:59:35 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-06-04 18:59:35 +0000 |
commit | 0cc541e66cc89d9ff99600850b9bb10730b4ec86 (patch) | |
tree | 084ee38c3a4825cc212ba0b2584502ae1bcd6b64 /usr.bin/netstat | |
parent | d409410843f7f442a485acce00b7a923ffe6328f (diff) |
Add mpls and pflow to the list of supported address families, and sort
it.
`sure' deraadt, `sure why not' claudio, minor complains about the
sorting from phessler.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 199e8d6c155..6407e19d2d8 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.54 2009/01/26 17:28:09 claudio Exp $ +.\" $OpenBSD: netstat.1,v 1.55 2009/06/04 18:59:34 mk Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" from: @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 26 2009 $ +.Dd $Mdocdate: June 4 2009 $ .Dt NETSTAT 1 .Os .Sh NAME @@ -139,11 +139,13 @@ The following address families are recognized: .Pp .Bl -column "Address Family" "AF_APPLETA" "Description" -offset indent -compact .It Sy "Address Family" Ta Sy "Constant" Ta Sy "Description" -.It "inet" Ta Dv "AF_INET" Ta "IP Version 4" -.It "inet6" Ta Dv "AF_INET6" Ta "IP Version 6" .It "atalk" Ta Dv "AF_APPLETALK" Ta "AppleTalk" .It "encap" Ta Dv "PF_KEY" Ta "IPsec" +.It "inet" Ta Dv "AF_INET" Ta "IP Version 4" +.It "inet6" Ta Dv "AF_INET6" Ta "IP Version 6" .It "local" Ta Dv "AF_LOCAL" Ta "Local to Host (i.e., pipes)" +.It "mpls" Ta Dv "AF_MPLS" Ta "MPLS" +.It "pflow" Ta Dv "PF_FLOW" Ta "pflow data export" .It "unix" Ta Dv "AF_UNIX" Ta "Local to Host (i.e., pipes)" .El .Pp |