claenups for previous commit
[oweals/busybox.git] / coreutils / yes.c
index 81d875589cc98f011ae494c84593efa2d0573897..c244bfe102817bb0adb35afbb5676d4ef18bbd27 100644 (file)
  * Size reductions and removed redundant applet name prefix from error messages.
  */
 //config:config YES
-//config:      bool "yes"
+//config:      bool "yes (956 bytes)"
 //config:      default y
 //config:      help
-//config:        yes is used to repeatedly output a specific string, or
-//config:        the default string `y'.
+//config:      yes is used to repeatedly output a specific string, or
+//config:      the default string 'y'.
 
-//applet:IF_YES(APPLET_NOFORK(yes, yes, BB_DIR_USR_BIN, BB_SUID_DROP, yes))
+//applet:IF_YES(APPLET_NOEXEC(yes, yes, BB_DIR_USR_BIN, BB_SUID_DROP, yes))
+/* was NOFORK, but then yes can't be ^C'ed if run by hush */
 
 //kbuild:lib-$(CONFIG_YES) += yes.o