Print this page
9842 man page typos and spelling

*** 16,26 **** [\fB-\fR [uU] [!] \fIlib\fR ,... : [:] [!] \fIfunc\fR ,...] [\fB-o\fR \fIoutfile\fR] \fIcommand\fR | \fB-p\fR \fIpid\fR[\fI/lwps\fR]... .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 it incurs. Each line of the trace output reports either the fault or signal name or the system call name with its arguments and return value(s). System --- 16,25 ----
*** 34,44 **** .LP 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 with a \fB!\fR, the meaning of the option is negated (for example, exclude rather than trace). Multiple occurrences of the same option can be specified. --- 33,42 ----
*** 482,492 **** .LP \fBExample 4 \fRAbbreviating Output .sp .LP ! The following example abreviates output: .sp .in +2 .nf example$ \fBtruss nroff -mm \fIdocument\fR >nroff.out\fR --- 480,490 ---- .LP \fBExample 4 \fRAbbreviating Output .sp .LP ! The following example abbreviates output: .sp .in +2 .nf example$ \fBtruss nroff -mm \fIdocument\fR >nroff.out\fR
*** 600,620 **** .sp .LP Interrupting \fBtruss\fR returns \fBinit\fR to normal operation. .SH FILES - .sp .ne 2 .na \fB\fB/proc/*\fR\fR .ad .RS 11n 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), \fBlseek\fR(2), \fBopen\fR(2), \fBread\fR(2), \fBtime\fR(2), \fBvfork\fR(2), \fBwrite\fR(2), \fBctime\fR(3C), \fBsignal.h\fR(3HEAD), \fBproc\fR(4), --- 598,616 ----
*** 621,631 **** \fBattributes\fR(5), \fBprivileges\fR(5), \fBthreads\fR(5) .sp .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 minor deviations of the trace output from the descriptions in that document. .sp --- 617,626 ----