bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / rev.c
index fa3a453ae309d36795b2f27afa99d0a21ed940e9..2bef9b9befb2748de996836328e00e18fd3f4179 100644 (file)
@@ -3,18 +3,17 @@
  *
  * Copyright (C) 2010 Marek Polacek <mmpolacek@gmail.com>
  *
- * Licensed under GPLv2, see file License in this tarball for details.
+ * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
-//applet:IF_REV(APPLET(rev, _BB_DIR_BIN, _BB_SUID_DROP))
-
-//kbuild:lib-$(CONFIG_REV) += rev.o
-
 //config:config REV
-//config:      bool "rev"
+//config:      bool "rev (4.5 kb)"
 //config:      default y
 //config:      help
-//config:        Reverse lines of a file or files.
+//config:      Reverse lines of a file or files.
+
+//applet:IF_REV(APPLET(rev, BB_DIR_BIN, BB_SUID_DROP))
+
+//kbuild:lib-$(CONFIG_REV) += rev.o
 
 //usage:#define rev_trivial_usage
 //usage:       "[FILE]..."