summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-06-01 06:27:15 +0000
committerngie <ngie@FreeBSD.org>2017-06-01 06:27:15 +0000
commit3114a15d609c0ef5396ddc5d2e8e29f18329d021 (patch)
tree7522d2f8ade61ed422e53778c49c62bc520adbc9 /usr.bin
parent9edae7b8d9abd5573a8fc114ebea24b3e9bc7908 (diff)
downloadFreeBSD-src-3114a15d609c0ef5396ddc5d2e8e29f18329d021.zip
FreeBSD-src-3114a15d609c0ef5396ddc5d2e8e29f18329d021.tar.gz
MFC r318178:
procstat(1): document all possible `PRO` (network protocol) values Reference the appropriate section 4 manpages for networking protocols.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/procstat/procstat.160
1 files changed, 59 insertions, 1 deletions
diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1
index 7939838..180b64d 100644
--- a/usr.bin/procstat/procstat.1
+++ b/usr.bin/procstat/procstat.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 10, 2015
+.Dd May 11, 2017
.Dt PROCSTAT 1
.Os
.Sh NAME
@@ -261,6 +261,60 @@ omitted, and a new capabilities field will be included listing capabilities,
as described in
.Xr cap_rights_limit 2 ,
present for each capability descriptor.
+.Pp
+The following network protocols may be displayed (grouped by address family):
+.Pp
+.Dv AF_INET ,
+.Dv AF_INET6
+.Pp
+.Bl -tag -width indent -compact
+.It ICM
+.Dv IPPROTO_ICMP ;
+see
+.Xr icmp 4 .
+.It IPD
+.Dv IPPROTO_DIVERT ;
+see
+.Xr divert 4 .
+.It IP\?
+unknown protocol.
+.It RAW
+.Dv IPPROTO_RAW ;
+see
+.Xr ip 4 .
+.It SCT
+.Dv IPPROTO_SCTP ;
+see
+.Xr sctp 4 .
+.It TCP
+.Dv IPPROTO_TCP ;
+see
+.Xr tcp 4 .
+.It UDP
+.Dv IPPROTO_UDP ;
+see
+.Xr udp 4 .
+.El
+.Pp
+.Dv AF_LOCAL
+.Pp
+.Bl -tag -width indent -compact
+.It UDD
+.Dv IPPROTO_UDP ;
+see
+.Xr udp 4 .
+.It UDS
+.Dv IPPROTO_TCP ;
+see
+.Xr tcp 4 .
+.It UD\?
+unknown protocol.
+.El
+.Pp
+.Bl -tag -width indent -compact
+.It \?
+unknown address family.
+.El
.Ss Signal Disposition Information
Display signal pending and disposition for a process:
.Pp
@@ -531,6 +585,10 @@ auxiliary vector value
.Xr cap_enter 2 ,
.Xr cap_rights_limit 2 ,
.Xr ddb 4 ,
+.Xr divert 4 ,
+.Xr ip 4 ,
+.Xr tcp 4 ,
+.Xr udp 4 ,
.Xr stack 9
.Sh AUTHORS
.An Robert N M Watson
OpenPOWER on IntegriCloud