aboutsummaryrefslogtreecommitdiff
path: root/init/halt.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/halt.c')
-rw-r--r--init/halt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/init/halt.c b/init/halt.c
index f69b89772..e6eb28fc9 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -8,19 +8,19 @@
8 */ 8 */
9 9
10//config:config HALT 10//config:config HALT
11//config: bool "halt" 11//config: bool "halt (3.7 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Stop all processes and halt the system. 14//config: Stop all processes and halt the system.
15//config: 15//config:
16//config:config POWEROFF 16//config:config POWEROFF
17//config: bool "poweroff" 17//config: bool "poweroff (3.7 kb)"
18//config: default y 18//config: default y
19//config: help 19//config: help
20//config: Stop all processes and power off the system. 20//config: Stop all processes and power off the system.
21//config: 21//config:
22//config:config REBOOT 22//config:config REBOOT
23//config: bool "reboot" 23//config: bool "reboot (3.7 kb)"
24//config: default y 24//config: default y
25//config: help 25//config: help
26//config: Stop all processes and reboot the system. 26//config: Stop all processes and reboot the system.