randomconfig fixes
[oweals/busybox.git] / coreutils / tac.c
index 1f5b34a8402407905bf5007144e978a880700afb..25e85f6f33c5cd45860045a0bf0247bcaa9977f8 100644 (file)
  * http://www.uclibc.org/lists/busybox/2003-July/008813.html
  */
 //config:config TAC
-//config:      bool "tac (4.1 kb)"
+//config:      bool "tac (3.9 kb)"
 //config:      default y
 //config:      help
-//config:        tac is used to concatenate and print files in reverse.
+//config:      tac is used to concatenate and print files in reverse.
 
 //applet:IF_TAC(APPLET_NOEXEC(tac, tac, BB_DIR_USR_BIN, BB_SUID_DROP, tac))