aboutsummaryrefslogtreecommitdiff
path: root/procps/lsof.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/lsof.c')
-rw-r--r--procps/lsof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/lsof.c b/procps/lsof.c
index d1e994ab9..8d3a23cc8 100644
--- a/procps/lsof.c
+++ b/procps/lsof.c
@@ -11,8 +11,8 @@
11//config: bool "lsof (3.6 kb)" 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