diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-17 11:13:19 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-03-17 11:13:19 +0100 |
commit | a60894c5980f026a79e3d0242da281b33fc4323a (patch) | |
tree | d0de414655ae0ee75ffe908dbb397d272c908db0 /man5 | |
parent | 21781757a023a29b44501c9f6a86d5659bea4aab (diff) |
proc.5: srcfix: Note commit (in 3.4) that added /proc/PID/maps "[stack:<num>]"
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
-rw-r--r-- | man5/proc.5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index bf33387c..20bfddbb 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:<tid>] " (since Linux 3.4)" +.\" commit b76437579d1344b612cf1851ae610c636cec7db0 A thread's stack (where the .IR <tid> is a thread ID). |