git: 39a31a5272a9 - stable/14 - ps(1): Consistent usage of Kbyte unit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 May 2025 19:51:24 UTC
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=39a31a5272a98dfe175dbe26b25d9f90877f4cd5 commit 39a31a5272a98dfe175dbe26b25d9f90877f4cd5 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2025-03-26 12:33:17 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-05-01 19:35:07 +0000 ps(1): Consistent usage of Kbyte unit Approved by: kib Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D49504 (cherry picked from commit 20bdda14fa5c7ccb96c814d09311db948b1d239a) --- bin/ps/ps.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index b231cc7a35d6..53e60b2bb085 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -423,7 +423,7 @@ for details. The process scheduling increment (see .Xr setpriority 2 ) . .It Cm rss -the real memory (resident set) size of the process (in 1024 byte units). +the real memory (resident set) size of the process in Kbytes. .It Cm start The time the command started. If the command started less than 24 hours ago, the start time is @@ -677,7 +677,7 @@ real group ID .It Cm rgroup group name (from rgid) .It Cm rss -resident set size +resident set size (in Kbytes) .It Cm rtprio realtime priority (see .Xr rtprio 1)