From 664fd46b84f412a36bf9c332bad137d65c4aa42e Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Sun, 10 Jun 2007 06:11:03 +0000 Subject: [PATCH] Document SCTP support. --- usr.bin/netstat/Makefile | 10 ---------- 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 19e4c3880b5..205ce215f75 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 diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index e94fd641717..c1e140fbcfe 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