bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / blockdev.c
index 4aed02982bab0338fae45ad2fbd7e98cf8e6cc75..e53ade995a9fa2b49d22e6d652a1a27b7ebce9a9 100644 (file)
@@ -5,22 +5,20 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
-//applet:IF_BLOCKDEV(APPLET(blockdev, BB_DIR_SBIN, BB_SUID_DROP))
-
-//kbuild:lib-$(CONFIG_BLOCKDEV) += blockdev.o
-
 //config:config BLOCKDEV
-//config:      bool "blockdev"
+//config:      bool "blockdev (2.4 kb)"
 //config:      default y
 //config:      help
-//config:        Performs some ioctls with block devices.
+//config:      Performs some ioctls with block devices.
+
+//applet:IF_BLOCKDEV(APPLET_NOEXEC(blockdev, blockdev, BB_DIR_SBIN, BB_SUID_DROP, blockdev))
+
+//kbuild:lib-$(CONFIG_BLOCKDEV) += blockdev.o
 
 //usage:#define blockdev_trivial_usage
 //usage:       "OPTION BLOCKDEV"
 //usage:#define blockdev_full_usage "\n\n"
-//usage:       "Options:"
-//usage:     "\n       --setro         Set ro"
+//usage:       "       --setro         Set ro"
 //usage:     "\n       --setrw         Set rw"
 //usage:     "\n       --getro         Get ro"
 //usage:     "\n       --getss         Get sector size"