git: a02f377d9579 - stable/14 - procstat.1: correct local socket types descriptions.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 Mar 2025 02:41:55 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a02f377d9579e4335d50c7b38ad8cdcdcb2653b2 commit a02f377d9579e4335d50c7b38ad8cdcdcb2653b2 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-03-27 09:02:21 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-03-31 02:41:32 +0000 procstat.1: correct local socket types descriptions. (cherry picked from commit 991329f507a893076a4119c90bb463de0ac15be9) --- usr.bin/procstat/procstat.1 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index c078b405d185..4f4c0df9575c 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -438,13 +438,9 @@ see .Pp .Bl -tag -width indent -compact .It UDD -.Dv IPPROTO_UDP ; -see -.Xr udp 4 . +Datagram socket. .It UDS -.Dv IPPROTO_TCP ; -see -.Xr tcp 4 . +Stream socket. .It UD? unknown protocol. .El