udhcp: rename server_config to server_data
[oweals/busybox.git] / loginutils / su.c
index b70696fe778786967149b2e5326d5072b16fb801..41291ea8f5b08bb2d58b043d9bc7dc4dd2683e62 100644 (file)
@@ -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"