Date: Thu, 13 Mar 2025 16:10:12 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 82897058342e - main - procstat.1: document rlimitusage Message-ID: <202503131610.52DGACSg056739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=82897058342e9bfe7193283421055e3f07ac9b8f commit 82897058342e9bfe7193283421055e3f07ac9b8f Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-03-09 16:31:19 +0000 Commit: Konstantin Belousov <kib@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202503131610.52DGACSg056739>