diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-11-05 21:21:50 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2018-11-05 21:21:50 +0100 |
| commit | 7fe3b32bc8a8c63e7e3138dacda144537c1a3303 (patch) | |
| tree | d4ce7e06d70b6cc014fb68426b544117c7fef73c /man5 | |
| parent | 37cd58d2d4de0db3768d8454e3dcd130e37f4855 (diff) | |
| download | man-pages-7fe3b32bc8a8c63e7e3138dacda144537c1a3303.tar.gz | |
proc.5: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man5')
| -rw-r--r-- | man5/proc.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index fac40b882a..2c9543042d 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -166,9 +166,9 @@ exposing information about the process with the corresponding process ID. Underneath each of the .I /proc/[pid] directories, a -.I tasks +.I task subdirectory contains subdirectories of the form -.IR tasks/[tid] , +.IR task/[tid] , which contain corresponding information about each of the threads in the process, where .I tid @@ -216,7 +216,7 @@ directory. .I /proc/thread-self When a thread accesses this magic symbolic link, it resolves to the process's own -.I /proc/self/tasks/[tid] +.I /proc/self/task/[tid] directory. .TP .I /proc/[a-z]* |
