diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-30 22:04:33 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-30 22:04:33 +0200 |
| commit | 64fcb6e1ce46258973887676ce1d007a39977cc9 (patch) | |
| tree | 89aeccee6f2bc2234f675912ff2ae08a6294d07a | |
| parent | 56961a8c425487101f996182e3b4261c1b6da617 (diff) | |
| download | man-pages-64fcb6e1ce46258973887676ce1d007a39977cc9.tar.gz | |
proc.5: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/proc.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 28ba13bf93..271d0c70e3 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -1986,7 +1986,7 @@ although most system calls use fewer registers. If the process is blocked, but not in a system call, then the file displays \-1 in place of the system call number, followed by just the values of the stack pointer and program counter. -If process is not blocked, then file contains just the string "running". +If process is not blocked, then the file contains just the string "running". This file is present only if the kernel was configured with .BR CONFIG_HAVE_ARCH_TRACEHOOK . |
