bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / wall.c
index 50658f457d820b0503a1d5ad639b4f022e95357a..939736592518f94956326bff9dc46e69ac66e842 100644 (file)
@@ -5,13 +5,12 @@
  *
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
-
 //config:config WALL
-//config:      bool "wall"
+//config:      bool "wall (2.5 kb)"
 //config:      default y
 //config:      depends on FEATURE_UTMP
 //config:      help
-//config:        Write a message to all users that are logged in.
+//config:      Write a message to all users that are logged in.
 
 /* Needs to be run by root or be suid root - needs to write to /dev/TTY: */
 //applet:IF_WALL(APPLET(wall, BB_DIR_USR_BIN, BB_SUID_REQUIRE))