diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-13 11:48:22 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2012-03-13 11:48:22 +0100 |
commit | 6bc050cc540c75d1ea7fd05786ff8ce395d1e96d (patch) | |
tree | cf304a9b7a0effccc594df80215540c0db74ce30 /strace.1 | |
parent | 7de265d88a78a27d58c2c728424e5bb8379ef351 (diff) | |
download | strace-6bc050cc540c75d1ea7fd05786ff8ce395d1e96d.tar.gz |
Make manpage mention that -p "`pidof PROG`" works
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'strace.1')
-rw-r--r-- | strace.1 | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -545,11 +545,8 @@ will respond by detaching itself from the traced process(es) leaving it (them) to continue running. Multiple .B \-p -options can be used to attach to up to 32 processes in addition to -.I command -(which is optional if at least one -.B \-p -option is given). +options can be used to attach to up to 32 processes. +-p "`pidof PROG`" syntax is supported. .TP .BI "\-P " path Trace only system calls accessing |