aboutsummaryrefslogtreecommitdiff
path: root/loginutils/su.c
diff options
context:
space:
mode:
Diffstat (limited to 'loginutils/su.c')
-rw-r--r--loginutils/su.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/loginutils/su.c b/loginutils/su.c
index b70696fe7..41291ea8f 100644
--- a/loginutils/su.c
+++ b/loginutils/su.c
@@ -9,10 +9,10 @@
//config: default y
//config: select FEATURE_SYSLOG
//config: help
-//config: su is used to become another user during a login session.
-//config: Invoked without a username, su defaults to becoming the super user.
-//config: Note that busybox binary must be setuid root for this applet to
-//config: work properly.
+//config: su is used to become another user during a login session.
+//config: Invoked without a username, su defaults to becoming the super user.
+//config: Note that busybox binary must be setuid root for this applet to
+//config: work properly.
//config:
//config:config FEATURE_SU_SYSLOG
//config: bool "Log to syslog all attempts to use su"