git: 8025c3957bc6 - stable/14 - procstat.1: document rlimitusage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Mar 2025 03:14:18 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8025c3957bc630545aab9786f76552fce6d15d00 commit 8025c3957bc630545aab9786f76552fce6d15d00 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-03-09 16:31:19 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-03-20 03:13:39 +0000 procstat.1: document rlimitusage (cherry picked from commit 82897058342e9bfe7193283421055e3f07ac9b8f) --- 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