diff options
Diffstat (limited to 'usr.bin/truss/truss.1')
-rw-r--r-- | usr.bin/truss/truss.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/truss/truss.1 b/usr.bin/truss/truss.1 index a0ef8dd55968..f2a99cc79c03 100644 --- a/usr.bin/truss/truss.1 +++ b/usr.bin/truss/truss.1 @@ -17,8 +17,9 @@ command .Op args .Sh DESCRIPTION -.Nm Truss -traces the system calls called by the specified process or program. +The +.Nm +utility traces the system calls called by the specified process or program. Output is to the specified output file, or standard error by default. It does this by stopping and restarting the process being monitored via .Xr procfs 5 . |