Re: [PATCH 5/6] getrusage.2: proc(5) /proc/pid/stat -> proc_pid_stat(5)
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-03-14 16:31:59
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-03-14 16:31:59
Hi! On Wed, Mar 13, 2024 at 03:26:52PM +0100, наб wrote:
Signed-off-by: Ahelenia Ziemiańska <redacted>
I've also added
Fixes: bbc21bc4dbef ("proc.5, proc_pid_stat.5: Split /proc/PID/stat from proc(5)")
Patch applied. Thanks!
Cheers,
Alex
--- man2/getrusage.2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)diff --git a/man2/getrusage.2 b/man2/getrusage.2 index 8323bef35..8baff09c4 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2@@ -239,15 +239,11 @@ .SH HISTORY .SH NOTES Resource usage metrics are preserved across an .BR execve (2). -.P -See also the description of -.IR /proc/ pid /stat -in -.BR proc (5). .SH SEE ALSO .BR clock_gettime (2), .BR getrlimit (2), .BR times (2), .BR wait (2), .BR wait4 (2), -.BR clock (3) +.BR clock (3), +.BR proc_pid_stat (5)-- 2.39.2
-- <https://www.alejandro-colomar.es/>