diff options
author | jhay <jhay@FreeBSD.org> | 1996-04-13 21:23:57 +0000 |
---|---|---|
committer | jhay <jhay@FreeBSD.org> | 1996-04-13 21:23:57 +0000 |
commit | 90f6f0bae94a22f028f08b208c334c0d7a73b8fe (patch) | |
tree | b182977453bb45531b7d1136320ed6832a662041 /usr.bin | |
parent | 6c70f295f50a3cb373c99006d3713172afa2476d (diff) | |
download | FreeBSD-src-90f6f0bae94a22f028f08b208c334c0d7a73b8fe.zip FreeBSD-src-90f6f0bae94a22f028f08b208c334c0d7a73b8fe.tar.gz |
Document that ipx is a valid protocol for the -f option.
Comment out ns and iso. They are not supported anymore.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index cb28ffd..d0c6bd3 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -106,12 +106,15 @@ are recognized: .Ar inet , for .Dv AF_INET , -.Ar ns , +.Ar ipx , for -.Dv AF_NS , -.Ar iso , -for -.Dv AF_ISO , +.Dv AF_IPX , +.\".Ar ns , +.\"for +.\".Dv AF_NS , +.\".Ar iso , +.\"for +.\".Dv AF_ISO , and .Ar unix , for |