Move sed over to the generic llist_t for append. Saves about 90 bytes.
[oweals/busybox.git] / procps / Config.in
index 8a22a5dcfa0afc836e99bdcd66d41e767e11c69d..2183fab9a101355ce73dfd0dd6041d45c988a5c3 100644 (file)
@@ -17,7 +17,7 @@ config CONFIG_FUSER
        bool "fuser"
        default n
        help
-         fuser lists all PIDs (Process IDs) that currently have a given 
+         fuser lists all PIDs (Process IDs) that currently have a given
          file open.  fuser can also list all PIDs that have a given network
          (TCP or UDP) port open.
 
@@ -46,14 +46,14 @@ config CONFIG_PIDOF
          those id's on the standard output.
 
 config CONFIG_FEATURE_PIDOF_SINGLE
-       bool "  Enable argument for single shot (-s)"
+       bool "Enable argument for single shot (-s)"
        default n
        depends on CONFIG_PIDOF
        help
          Support argument '-s' for returning only the first pid found.
 
 config CONFIG_FEATURE_PIDOF_OMIT
-       bool "  Enable argument for omitting pids (-o)"
+       bool "Enable argument for omitting pids (-o)"
        default n
        depends on CONFIG_PIDOF
        help
@@ -68,7 +68,7 @@ config CONFIG_PS
          ps gives a snapshot of the current processes.
 
 config CONFIG_FEATURE_PS_WIDE
-       bool "  Enable argument for wide output (-w)"
+       bool "Enable argument for wide output (-w)"
        default n
        depends on CONFIG_PS
        help
@@ -97,7 +97,7 @@ config CONFIG_TOP
          system.
 
 config CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE
-       bool "  Support showing CPU usage percentage (add 2k bytes)"
+       bool "Support showing CPU usage percentage (add 2k bytes)"
        default y
        depends on CONFIG_TOP
        help