aboutsummaryrefslogtreecommitdiff
path: root/procps/lsof.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/lsof.c')
-rw-r--r--procps/lsof.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/procps/lsof.c b/procps/lsof.c
index b0156a538..8d3a23cc8 100644
--- a/procps/lsof.c
+++ b/procps/lsof.c
@@ -8,11 +8,11 @@
8 */ 8 */
9 9
10//config:config LSOF 10//config:config LSOF
11//config: bool "lsof" 11//config: bool "lsof (3.6 kb)"
12//config: default y 12//config: default y
13//config: help 13//config: help
14//config: Show open files in the format of: 14//config: Show open files in the format of:
15//config: PID <TAB> /path/to/executable <TAB> /path/to/opened/file 15//config: PID <TAB> /path/to/executable <TAB> /path/to/opened/file
16 16
17//applet:IF_LSOF(APPLET(lsof, BB_DIR_USR_BIN, BB_SUID_DROP)) 17//applet:IF_LSOF(APPLET(lsof, BB_DIR_USR_BIN, BB_SUID_DROP))
18 18