vi: fix changes to word at end of line. Closes 11796
[oweals/busybox.git] / modutils / rmmod.c
index 527696f634e7f8042a734713396f7ab2206795eb..a3548879c0953a4194129e72589a3e388da41ae2 100644 (file)
@@ -8,13 +8,13 @@
  * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 //config:config RMMOD
-//config:      bool "rmmod"
+//config:      bool "rmmod (3.3 kb)"
 //config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
-//config:        rmmod is used to unload specified modules from the kernel.
+//config:      rmmod is used to unload specified modules from the kernel.
 
-//applet:IF_RMMOD(IF_NOT_MODPROBE_SMALL(APPLET(rmmod, BB_DIR_SBIN, BB_SUID_DROP)))
+//applet:IF_RMMOD(IF_NOT_MODPROBE_SMALL(APPLET_NOEXEC(rmmod, rmmod, BB_DIR_SBIN, BB_SUID_DROP, rmmod)))
 
 //kbuild:ifneq ($(CONFIG_MODPROBE_SMALL),y)
 //kbuild:lib-$(CONFIG_RMMOD) += rmmod.o modutils.o