Deleted Added
full compact
truss.1 (153963) truss.1 (162792)
1.\" $FreeBSD: head/usr.bin/truss/truss.1 153963 2006-01-02 08:36:25Z brian $
1.\" $FreeBSD: head/usr.bin/truss/truss.1 162792 2006-09-29 15:20:48Z ru $
2.\"
2.\"
3.Dd September 3, 2004
3.Dd January 2, 2004
4.Dt TRUSS 1
5.Os
6.Sh NAME
7.Nm truss
8.Nd trace system calls
9.Sh SYNOPSIS
10.Nm
11.Op Fl faedDS

--- 44 unchanged lines hidden (view full) ---

56Print the output to the specified
57.Ar file
58instead of standard error.
59.It Fl s Ar strsize
60Display strings using at most
61.Ar strsize
62characters.
63If the buffer is larger,
4.Dt TRUSS 1
5.Os
6.Sh NAME
7.Nm truss
8.Nd trace system calls
9.Sh SYNOPSIS
10.Nm
11.Op Fl faedDS

--- 44 unchanged lines hidden (view full) ---

56Print the output to the specified
57.Ar file
58instead of standard error.
59.It Fl s Ar strsize
60Display strings using at most
61.Ar strsize
62characters.
63If the buffer is larger,
64.Qq ...
64.Dq Li ...
65will be displayed at the end of the string.
66The default
67.Ar strsize
68is 32.
69.It Fl p Ar pid
70Follow the process specified by
71.Ar pid
72instead of a new command.

--- 38 unchanged lines hidden ---
65will be displayed at the end of the string.
66The default
67.Ar strsize
68is 32.
69.It Fl p Ar pid
70Follow the process specified by
71.Ar pid
72instead of a new command.

--- 38 unchanged lines hidden ---