From a60894c5980f026a79e3d0242da281b33fc4323a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 17 Mar 2013 11:13:19 +0100 Subject: [PATCH] proc.5: srcfix: Note commit (in 3.4) that added /proc/PID/maps "[stack:]" Signed-off-by: Michael Kerrisk --- man5/proc.5 | 1 + 1 file changed, 1 insertion(+) diff --git a/man5/proc.5 b/man5/proc.5 index bf33387c5..20bfddbb6 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -409,6 +409,7 @@ There are additional helpful pseudo-paths: The initial process's (also known as the main thread's) stack .TP .IR [stack:] " (since Linux 3.4)" +.\" commit b76437579d1344b612cf1851ae610c636cec7db0 A thread's stack (where the .IR is a thread ID).