From 1d2a7e07d78544dc1ec20518b3faf7d0419c22f3 Mon Sep 17 00:00:00 2001 From: Bruce M Simpson Date: Thu, 25 Mar 2004 09:07:26 +0000 Subject: [PATCH] Sort SRCS in Makefile and document -g option additions. Nudged by: ru --- usr.bin/netstat/Makefile | 2 +- usr.bin/netstat/netstat.1 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 760cc4e7c6c3..a47f735e56ee 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= netstat -SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c mcast.c ipx.c route.c \ +SRCS= if.c inet.c inet6.c main.c mbuf.c mcast.c mroute.c ipx.c route.c \ unix.c atalk.c netgraph.c mroute6.c ipsec.c CFLAGS+=-DIPSEC CFLAGS+=-DINET6 diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 7b46d79e6be0..9c1b182904e4 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -250,7 +250,8 @@ is repeated, counters with a value of zero are suppressed. .Ek .Xc Show information related to multicast (group address) routing. -By default, show the IP Multicast virtual-interface and routing tables. +By default, show the IP Multicast virtual-interface and routing tables, +and multicast group memberships. .It Xo .Bk -words .Nm