Appendix B. Man Pages

This appendix list the man pages for the TMF user commands.

Individual man pages are available online and can be accessed by using the man(1) command as shown in the following example:

% man tmstat

You can print copies of online man pages by using the pipe symbol with the man(1), col(1), and lpr(1) commands. In the following example, these commands are used to print a copy of the tmstat(1) man page:

% man tmstat | col -b | lpr

Each man page includes a general description of one or more commands, system calls, or other topics, and provides details of their usage (command syntax, parameters, and so on).