Deleted Added
full compact
truss.1 (79755) truss.1 (95124)
1.\" $FreeBSD: head/usr.bin/truss/truss.1 79755 2001-07-15 08:06:20Z dd $
1.\" $FreeBSD: head/usr.bin/truss/truss.1 95124 2002-04-20 12:18:28Z charnier $
2.\"
3.Dd November 23, 1997
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 S
12.Op Fl o Ar file
13.Fl p Ar pid
14.Nm
15.Op Fl S
16.Op Fl o Ar file
17command
18.Op args
19.Sh DESCRIPTION
2.\"
3.Dd November 23, 1997
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 S
12.Op Fl o Ar file
13.Fl p Ar pid
14.Nm
15.Op Fl S
16.Op Fl o Ar file
17command
18.Op args
19.Sh DESCRIPTION
20.Nm Truss
21traces the system calls called by the specified process or program.
20The
21.Nm
22utility traces the system calls called by the specified process or program.
22Output is to the specified output file, or standard error by default.
23It does this by stopping and restarting the process being monitored via
24.Xr procfs 5 .
25.Pp
26The options are as follows:
27.Bl -tag -width indent
28.It Fl S
29Do not display information about signals received by the process.

--- 41 unchanged lines hidden ---
23Output is to the specified output file, or standard error by default.
24It does this by stopping and restarting the process being monitored via
25.Xr procfs 5 .
26.Pp
27The options are as follows:
28.Bl -tag -width indent
29.It Fl S
30Do not display information about signals received by the process.

--- 41 unchanged lines hidden ---