summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
authorNate Sammons <nate@users.sourceforge.net>1999-03-29 22:57:54 +0000
committerNate Sammons <nate@users.sourceforge.net>1999-03-29 22:57:54 +0000
commitccd8f216267cea2f56567b8a44929475105b8298 (patch)
tree1711795b1f4536fc384c566a65c4ec8ea6b7fcc7 /strace.1
parent39c761997d9e1dbef06d29088814e62955eaced1 (diff)
downloadstrace-ccd8f216267cea2f56567b8a44929475105b8298.tar.gz
strace-ccd8f216267cea2f56567b8a44929475105b8298.tar.bz2
strace-ccd8f216267cea2f56567b8a44929475105b8298.tar.xz
Add capability for Linux to change a vfork call into plain fork, which
can be followed. (Requires a kernel patch for now.) Also document it.
Diffstat (limited to 'strace.1')
-rw-r--r--strace.17
1 files changed, 4 insertions, 3 deletions
diff --git a/strace.1 b/strace.1
index 5f045f9..56e02da 100644
--- a/strace.1
+++ b/strace.1
@@ -236,9 +236,10 @@ option is in effect, each processes trace is written to
where pid is the numeric process id of each process.
.TP
.B \-F
-On SunOS 4.x, this option has the effect of attempting to follow
-vforks by performing some dynamic linking trickery. Otherwise,
-vforks will not be followed even if
+Attempt to follow vforks. (On SunOS 4.x, this is accomplished with
+some dynamic linking trickery. On Linux, it requires some kernel
+functionality not yet in the standard kernel.) Otherwise, vforks will
+not be followed even if
.B \-f
has been given.
.TP