diff options
Diffstat (limited to 'usr/src/man/man1/truss.1')
-rw-r--r-- | usr/src/man/man1/truss.1 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/src/man/man1/truss.1 b/usr/src/man/man1/truss.1 index dffd1f61ad..4a79fc5a20 100644 --- a/usr/src/man/man1/truss.1 +++ b/usr/src/man/man1/truss.1 @@ -18,7 +18,6 @@ truss \- trace system calls and signals .fi .SH DESCRIPTION -.sp .LP The \fBtruss\fR utility executes the specified command and produces a trace of the system calls it performs, the signals it receives, and the machine faults @@ -36,7 +35,6 @@ Optionally (see the \fB-u\fR option), \fBtruss\fR also produce an entry/exit trace of user-level function calls executed by the traced process, indented to indicate nesting. .SH OPTIONS -.sp .LP For those options that take a list argument, the name \fBall\fR can be used as a shorthand to specify all possible members of the list. If the list begins @@ -484,7 +482,7 @@ pipeline of eight processes.) \fBExample 4 \fRAbbreviating Output .sp .LP -The following example abreviates output: +The following example abbreviates output: .sp .in +2 @@ -602,7 +600,6 @@ example# \fBtruss -p -v all 1\fR Interrupting \fBtruss\fR returns \fBinit\fR to normal operation. .SH FILES -.sp .ne 2 .na \fB\fB/proc/*\fR\fR @@ -612,7 +609,6 @@ Process files .RE .SH SEE ALSO -.sp .LP \fBdate\fR(1), \fBfind\fR(1), \fBproc\fR(1), \fBps\fR(1), \fBsh\fR(1), \fBspell\fR(1), \fBinit\fR(1M), \fBIntro\fR(3), \fBexec\fR(2), \fBfork\fR(2), @@ -623,7 +619,6 @@ Process files .LP \fIman pages section 2: System Calls\fR .SH NOTES -.sp .LP Some of the system calls described in \fIman pages section 2: System Calls\fR differ from the actual operating system interfaces. Do not be surprised by |