summaryrefslogtreecommitdiff
path: root/strace.1
diff options
context:
space:
mode:
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