ntpd: default to FEATURE_NTP_AUTH=y
[oweals/busybox.git] / coreutils / wc.c
index 4c53049b0d564f64de1cc6a69b3e6544d0d12b1e..c74b7a65f35f43ff967a22805f619470d1a1e586 100644 (file)
  * for which 'wc -c' should output '0'.
  */
 //config:config WC
-//config:      bool "wc"
+//config:      bool "wc (4.4 kb)"
 //config:      default y
 //config:      help
-//config:        wc is used to print the number of bytes, words, and lines,
-//config:        in specified files.
+//config:      wc is used to print the number of bytes, words, and lines,
+//config:      in specified files.
 //config:
 //config:config FEATURE_WC_LARGE
 //config:      bool "Support very large counts"
 //config:      default y
 //config:      depends on WC
 //config:      help
-//config:        Use "unsigned long long" for counter variables.
+//config:      Use "unsigned long long" for counter variables.
 
 //applet:IF_WC(APPLET(wc, BB_DIR_USR_BIN, BB_SUID_DROP))