Print this page
10067 Miscellaneous man page typos
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Volker A. Brandt <vab@bb-c.de>
*** 154,164 ****
for existing processes (see ps(1)) rather than as a command to be
executed. truss takes control of each process and begins tracing it
provided that the userid and groupid of the process match those of
the user or that the user is a privileged user. Users can trace
only selected threads by appending /thread-id to the process-id.
! Mutiple threads can be selected using the - and , delimiters. For
example /1,2,7-9 traces threads 1, 2, 7, 8, and 9. Processes can
also be specified by their names in the /proc directory, for
example, /proc/12345.
--- 154,164 ----
for existing processes (see ps(1)) rather than as a command to be
executed. truss takes control of each process and begins tracing it
provided that the userid and groupid of the process match those of
the user or that the user is a privileged user. Users can trace
only selected threads by appending /thread-id to the process-id.
! Multiple threads can be selected using the - and , delimiters. For
example /1,2,7-9 traces threads 1, 2, 7, 8, and 9. Processes can
also be specified by their names in the /proc directory, for
example, /proc/12345.