[package] busybox: update to v1.12.4 (partially closes: #4279)
[openwrt/svn-archive/archive.git] / package / busybox / config / procps / Config.in
index f650f52200468d784646a40eee7a21217f1ab7bc..ac931639947243c22bebc803069f76dae7bea186 100644 (file)
@@ -18,7 +18,7 @@ config BUSYBOX_CONFIG_FUSER
        default n
        help
          fuser lists all PIDs (Process IDs) that currently have a given
-         file open.  fuser can also list all PIDs that have a given network
+         file open. fuser can also list all PIDs that have a given network
          (TCP or UDP) port open.
 
 config BUSYBOX_CONFIG_KILL
@@ -26,7 +26,7 @@ config BUSYBOX_CONFIG_KILL
        default y
        help
          The command kill sends the specified signal to the specified
-         process or process group.  If no signal is specified, the TERM
+         process or process group. If no signal is specified, the TERM
          signal is sent.
 
 config BUSYBOX_CONFIG_KILLALL
@@ -35,7 +35,7 @@ config BUSYBOX_CONFIG_KILLALL
        depends on BUSYBOX_CONFIG_KILL
        help
          killall sends a signal to all processes running any of the
-         specified commands.  If no signal name is specified, SIGTERM is
+         specified commands. If no signal name is specified, SIGTERM is
          sent.
 
 config BUSYBOX_CONFIG_KILLALL5