From acf11faeb1ba1179f695c83c47716e4f6ffdebd8 Mon Sep 17 00:00:00 2001
From: Johannes Weiner <hannes-kernel@saeurebad.de>
Date: Thu, 22 Mar 2007 00:11:18 -0800
Subject: [PATCH] [PATCH] Documentation/sysrq.txt: added short description for
 'Q' (timerlist)

I added the 'Q' to list. A short description in the `Ok, so what can I
use them for'-section, on when or why to use it would be nice!

Signed-off-by: Johannes Weiner <hannes-kernel@saeurebad.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
---
 Documentation/sysrq.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/sysrq.txt b/Documentation/sysrq.txt
index 452c0f1523044..d43aa9d3c1059 100644
--- a/Documentation/sysrq.txt
+++ b/Documentation/sysrq.txt
@@ -93,6 +93,8 @@ On all -  write a character to /proc/sysrq-trigger.  e.g.:
 
 'p'     - Will dump the current registers and flags to your console.
 
+'q'     - Will dump a list of all running timers.
+
 'r'     - Turns off keyboard raw mode and sets it to XLATE.
 
 's'     - Will attempt to sync all mounted filesystems.
-- 
GitLab