ash: in tryexec(), ensure we don't try to run embedded scripts as applets
[oweals/busybox.git] / procps / lsof.c
index b0156a538112510daba89b62e878941a610a088f..4917cf8999759a4fb6f3b22b59074d9fd645681e 100644 (file)
@@ -6,13 +6,12 @@
  *
  * Licensed under GPLv2, see file LICENSE in this source tree.
  */
-
 //config:config LSOF
-//config:      bool "lsof"
+//config:      bool "lsof (3.6 kb)"
 //config:      default y
 //config:      help
-//config:        Show open files in the format of:
-//config:        PID <TAB> /path/to/executable <TAB> /path/to/opened/file
+//config:      Show open files in the format of:
+//config:      PID <TAB> /path/to/executable <TAB> /path/to/opened/file
 
 //applet:IF_LSOF(APPLET(lsof, BB_DIR_USR_BIN, BB_SUID_DROP))