hush: small fix to last commit
[oweals/busybox.git] / shell / Config.src
index 6a7e12aa73d1376ba9d5c5d14ed729c36d2c67a6..ccb1b15fe81c76bc8fce73cad4171450bd594e0b 100644 (file)
@@ -123,9 +123,9 @@ config FEATURE_SH_STANDALONE
          This is implemented by re-execing /proc/self/exe (typically)
          with right parameters.
 
-         However, there are drawbacks: it is problematic in chroot jails without
-         mounted /proc, and ps/top may show command name as 'exe' for applets
-         started this way.
+         However, there are drawbacks: it is problematic in chroot jails
+         without mounted /proc, and ps/top may show command name as 'exe'
+         for applets started this way.
 
 config FEATURE_SH_NOFORK
        bool "Run 'nofork' applets directly"