summaryrefslogtreecommitdiffstats
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-26 17:33:37 +0000
committerru <ru@FreeBSD.org>2002-11-26 17:33:37 +0000
commitb67068895d97e12c12cddfcd9a4300e1ba2b22b3 (patch)
treefc024a5ff7c8a51522b5893547107683e256ad5c /usr.bin/truss
parente2ec9c38f53d895a400e39739f8687241e8931e9 (diff)
downloadFreeBSD-src-b67068895d97e12c12cddfcd9a4300e1ba2b22b3.zip
FreeBSD-src-b67068895d97e12c12cddfcd9a4300e1ba2b22b3.tar.gz
mdoc(7) police: markup polishing.
Approved by: re
Diffstat (limited to 'usr.bin/truss')
-rw-r--r--usr.bin/truss/truss.114
1 files changed, 10 insertions, 4 deletions
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index d45099a..ef459d9 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -27,12 +27,18 @@ It does this by stopping and restarting the process being monitored via
The options are as follows:
.Bl -tag -width indent
.It Fl f
-Trace decendants of the original traced process created by fork(),
-vfork, etc.
+Trace decendants of the original traced process created by
+.Xr fork 2 ,
+.Xr vfork 2 ,
+etc.
.It Fl a
-Show the argument strings that are passed in each execve() system call.
+Show the argument strings that are passed in each
+.Xr execve 2
+system call.
.It Fl e
-Show the environment strings that are passed in each execve() system call.
+Show the environment strings that are passed in each
+.Xr execve 2
+system call.
.It Fl d
Include timestamps in the output showing the time elapsed
since the trace was started.
OpenPOWER on IntegriCloud