From: "Rafael J. Wysocki" Fix a mistake in the swsusp documentation. Signed-off-by: Rafael J. Wysocki Cc: Pavel Machek Signed-off-by: Andrew Morton --- Documentation/power/swsusp.txt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -puN Documentation/power/swsusp.txt~swsusp-documentation-updates-update Documentation/power/swsusp.txt --- devel/Documentation/power/swsusp.txt~swsusp-documentation-updates-update 2006-02-10 13:07:46.000000000 -0800 +++ devel-akpm/Documentation/power/swsusp.txt 2006-02-10 13:07:46.000000000 -0800 @@ -344,7 +344,6 @@ Q: How do I make suspend more verbose? A: If you want to see any non-error kernel messages on the virtual terminal the kernel switches to during suspend, you have to set the -kernel console loglevel to at least 4 (KERN_WARNING), for example by -doing +kernel console loglevel to at least 5, for example by doing - echo 4 > /proc/sys/kernel/printk + echo 5 > /proc/sys/kernel/printk _