config: update size information
[oweals/busybox.git] / procps / pgrep.c
index a16a6e959ccce1b6ebd075d780ec3dda24350126..495e0ef9d45ffa3ba62dcf57e74900c6a86c69ef 100644 (file)
@@ -7,13 +7,13 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config PGREP
-//config:      bool "pgrep (6.8 kb)"
+//config:      bool "pgrep (6.5 kb)"
 //config:      default y
 //config:      help
 //config:      Look for processes by name.
 //config:
 //config:config PKILL
-//config:      bool "pkill (7.6 kb)"
+//config:      bool "pkill (7.5 kb)"
 //config:      default y
 //config:      help
 //config:      Send signals to processes by name.