diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-09-20 17:18:54 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-09-21 11:48:32 +0200 |
| commit | 1e6a8e2f4fa2ac025953978f2ca332092710f4d0 (patch) | |
| tree | 762bfc7abe824c4b19acbc0aa837769c8c164e6d | |
| parent | 748f7283bf0bbc70d5636920c493e0a9069d907b (diff) | |
| download | man-pages-1e6a8e2f4fa2ac025953978f2ca332092710f4d0.tar.gz | |
proc.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/proc.5 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 9598072e7d..e89c6accfe 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -150,8 +150,11 @@ hierarchy. .I /proc/[pid] There is a numerical subdirectory for each running process; the subdirectory is named by the process ID. -Each such subdirectory contains the following -pseudo-files and directories. + +Each +.I /proc/[pid] +subdirectory contains the +pseudo-files and directories described below. .TP .I /proc/[pid]/attr .\" https://lwn.net/Articles/28222/ |
