diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-01 07:46:59 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-04-06 16:13:54 +0200 |
| commit | 5734da6d61b01b2e503b51fc90d730aeac38f563 (patch) | |
| tree | 2ab49bef543f28d932591ecddef823082619c5c7 | |
| parent | 5eeca37ce16abc581e8a3ce4e558e19c6485e379 (diff) | |
| download | man-pages-5734da6d61b01b2e503b51fc90d730aeac38f563.tar.gz | |
proc.5: Note that /proc/PID/timers requires CONFIG_CHECKPOINT_RESTORE
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
| -rw-r--r-- | man5/proc.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index ef9ce9fed3..4f421f76d6 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -2071,6 +2071,9 @@ in this field. timers display with a value of -2 in this field. .RE +.IP +This file is available only when the kernel was configured with +.BR CONFIG_CHECKPOINT_RESTORE . .TP .I /proc/bus/pccard/drivers .TP |
