The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=82897058342e9bfe7193283421055e3f07ac9b8f
commit 82897058342e9bfe7193283421055e3f07ac9b8f Author: Konstantin Belousov <k...@freebsd.org> AuthorDate: 2025-03-09 16:31:19 +0000 Commit: Konstantin Belousov <k...@freebsd.org> CommitDate: 2025-03-13 16:09:35 +0000 procstat.1: document rlimitusage Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D49163 --- usr.bin/procstat/procstat.1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/procstat/procstat.1 b/usr.bin/procstat/procstat.1 index 96e8860b8213..c078b405d185 100644 --- a/usr.bin/procstat/procstat.1 +++ b/usr.bin/procstat/procstat.1 @@ -205,6 +205,8 @@ Display LWP info for the process pertaining to its signal driven exit. Display current working directory for the process. .It Ar rlimit | Fl l Display resource limits for the process. +.It Ar rlimitusage +Display the usage of the resource limits for the process. .It Ar rusage | Fl r Display resource usage information for the process. .Pp