diff options
author | ceri <ceri@FreeBSD.org> | 2007-06-10 06:11:03 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2007-06-10 06:11:03 +0000 |
commit | 03bd6740ae0f3d839e2cf827f52e028d84502d0f (patch) | |
tree | 96b3ca115b11c663e9b0a72915b3790f66d24a01 /usr.bin/netstat | |
parent | c52fd057ffa6f7d5db27633fc42d845fc2154065 (diff) | |
download | FreeBSD-src-03bd6740ae0f3d839e2cf827f52e028d84502d0f.zip FreeBSD-src-03bd6740ae0f3d839e2cf827f52e028d84502d0f.tar.gz |
Document SCTP support.
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/Makefile | 10 | ||||
-rw-r--r-- | usr.bin/netstat/netstat.1 | 4 |
2 files changed, 2 insertions, 12 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 19e4c38..205ce21 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -13,21 +13,11 @@ CFLAGS+=-DIPSEC CFLAGS+=-DFAST_IPSEC CFLAGS+=-DSCTP -.if ${MK_INET6_SUPPORT} != "no" -SRCS+= inet6.c -CFLAGS+=-DINET6 -.endif BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} ${LIBMEMSTAT} ${LIBNETGRAPH} ${LIBUTIL} LDADD= -lkvm -lmemstat -lnetgraph -lutil -.if ${MK_IPX_SUPPORT} != "no" -SRCS+= ipx.c -DPADD+= ${LIBIPX} -LDADD+= -lipx -CFLAGS+=-DIPX -.endif .include <bsd.prog.mk> diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index e94fd64..c1e140f 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -32,7 +32,7 @@ .\" @(#)netstat.1 8.8 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd December 18, 2005 +.Dd June 10, 2007 .Dt NETSTAT 1 .Os .Sh NAME @@ -295,7 +295,7 @@ The following address families and protocols are recognized: .It Em Family .Em Protocols .It Cm inet Pq Dv AF_INET -.Cm divert , icmp , igmp , ip , ipsec , pim, tcp , udp +.Cm divert , icmp , igmp , ip , ipsec , pim, sctp , tcp , udp .It Cm inet6 Pq Dv AF_INET6 .Cm icmp6 , ip6 , ipsec6 , rip6 , tcp , udp .It Cm pfkey Pq Dv PF_KEY |