bc: convert to "G trick" - this returns bc to zero bss increase
[oweals/busybox.git] / util-linux / lspci.c
index c4f43bd12f5c651c6cd2881a7c8ee8f9a5e791b6..0000fbfda456d1a556eca60d99a68fef18b988e6 100644 (file)
 //config:      default y
 //config:      #select PLATFORM_LINUX
 //config:      help
-//config:        lspci is a utility for displaying information about PCI buses in the
-//config:        system and devices connected to them.
+//config:      lspci is a utility for displaying information about PCI buses in the
+//config:      system and devices connected to them.
 //config:
-//config:        This version uses sysfs (/sys/bus/pci/devices) only.
+//config:      This version uses sysfs (/sys/bus/pci/devices) only.
 
-//applet:IF_LSPCI(APPLET(lspci, BB_DIR_USR_BIN, BB_SUID_DROP))
+//applet:IF_LSPCI(APPLET_NOEXEC(lspci, lspci, BB_DIR_USR_BIN, BB_SUID_DROP, lspci))
 
 //kbuild:lib-$(CONFIG_LSPCI) += lspci.o