From 4d4188904a829f22aada51089858e38f5170b1ce Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 2 May 2014 16:15:34 +0200 Subject: [PATCH] proc.5: (Briefly) document /proc/timer_list Text taken from kernel commit 289f480af87e45f7a6de6ba9b4c061c2e259fe98. Signed-off-by: Michael Kerrisk --- man5/proc.5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man5/proc.5 b/man5/proc.5 index c3bbbff22..fbd85bb52 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -3698,6 +3698,12 @@ for easy understanding. .BR svipc (7) provides further background on the information shown by these files. .TP +.IR /proc/timer_list " (since Linux 2.6.21)" +.\" commit 289f480af87e45f7a6de6ba9b4c061c2e259fe98 +This read-only file exposes a list of all currently pending +(high-resolution) timers, +all clock-event sources, and their parameters in a human-readable form. +.TP .IR /proc/timer_stats " (since Linux 2.6.21)" .\" commit 82f67cd9fca8c8762c15ba7ed0d5747588c1e221 .\" Date: Fri Feb 16 01:28:13 2007 -0800