summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2004-10-25 04:08:16 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-25 04:08:16 -0700
commit3a2161cc3cd8dc9f061ce4981db6a1f801486654 (patch)
tree7d80cdf004e80b71382a43671e9ef2612f70c83b /kernel
parent13eea77b047c15a51e0d4b781120d044f0bd5b07 (diff)
[PATCH] small SOFTWARE_SUSPEND help text fixes
Some small fixes for the SOFTWARE_SUSPEND help text. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Pavel Machek <pavel@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/power/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig
index 73344f6c8a80..7f20e3fa84aa 100644
--- a/kernel/power/Kconfig
+++ b/kernel/power/Kconfig
@@ -30,7 +30,8 @@ config SOFTWARE_SUSPEND
bool "Software Suspend (EXPERIMENTAL)"
depends on EXPERIMENTAL && PM && SWAP
---help---
- Enable the possibilty of suspendig machine. It doesn't need APM.
+ Enable the possibility of suspending the machine.
+ It doesn't need APM.
You may suspend your machine by 'swsusp' or 'shutdown -z <time>'
(patch for sysvinit needed).