Author: ngie Date: Thu Jun 1 06:31:25 2017 New Revision: 319375 URL: https://svnweb.freebsd.org/changeset/base/319375
Log: MFC r318179: procstat(1): also reference icmp(4) and sctp(4) This was missed in the previous commit by accident. MFC with: r318178 Modified: stable/10/usr.bin/procstat/procstat.1 Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.bin/procstat/procstat.1 ============================================================================== --- stable/10/usr.bin/procstat/procstat.1 Thu Jun 1 06:30:22 2017 (r319374) +++ stable/10/usr.bin/procstat/procstat.1 Thu Jun 1 06:31:25 2017 (r319375) @@ -589,7 +589,9 @@ auxiliary vector value .Xr signal 3 , .Xr ddb 4 , .Xr divert 4 , +.Xr icmp 4 , .Xr ip 4 , +.Xr sctp 4 , .Xr tcp 4 , .Xr udp 4 , .Xr stack 9 _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "[email protected]"
