summaryrefslogtreecommitdiff
path: root/usr.bin/truss
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-12-11 11:34:44 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-12-11 11:34:44 +0000
commit353067fc313c9cf952afd97bc5067d4f3bde380e (patch)
tree96d81d13f6906d4391357dee63a3fd2b22d8c176 /usr.bin/truss
parentbbc9416dc98dd1ed7c8c313aabb8e58f5f852793 (diff)
downloadsrc-test2-353067fc313c9cf952afd97bc5067d4f3bde380e.tar.gz
src-test2-353067fc313c9cf952afd97bc5067d4f3bde380e.zip
Notes
Diffstat (limited to 'usr.bin/truss')
-rw-r--r--usr.bin/truss/truss.15
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1
index d5343257f13d..7e8c5ecb0130 100644
--- a/usr.bin/truss/truss.1
+++ b/usr.bin/truss/truss.1
@@ -16,8 +16,7 @@
.Op Fl faedDS
.Op Fl o Ar file
.Op Fl s Ar strsize
-command
-.Op args
+.Ar command Op Ar args
.Sh DESCRIPTION
The
.Nm
@@ -70,7 +69,7 @@ is 32.
Follow the process specified by
.Ar pid
instead of a new command.
-.It Ar command Op args
+.It Ar command Op Ar args
Execute
.Ar command
and trace the system calls of it.