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>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1/truss.1.man.txt
          +++ new/usr/src/man/man1/truss.1.man.txt
↓ open down ↓ 148 lines elided ↑ open up ↑
 149  149  
 150  150  
 151  151         -p
 152  152  
 153  153             Interprets the command arguments to truss as a list of process-ids
 154  154             for existing processes (see ps(1)) rather than as a command to be
 155  155             executed. truss takes control of each process and begins tracing it
 156  156             provided that the userid and groupid of the process match those of
 157  157             the user or that the user is a privileged user. Users can trace
 158  158             only selected threads by appending /thread-id to the process-id.
 159      -           Mutiple threads can be selected using the - and , delimiters. For
      159 +           Multiple threads can be selected using the - and , delimiters. For
 160  160             example /1,2,7-9 traces threads 1, 2, 7, 8, and 9. Processes can
 161  161             also be specified by their names in the /proc directory, for
 162  162             example, /proc/12345.
 163  163  
 164  164  
 165  165         -r [!]fd,...
 166  166  
 167  167             Shows the full contents of the I/O buffer for each read() on any of
 168  168             the specified file descriptors. The output is formatted 32 bytes
 169  169             per line and shows each byte as an ASCII character (preceded by one
↓ open down ↓ 340 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX