]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/Readme
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / Readme
1 Man - Man pages
2
3    There are a number of ways you can read these man pages. Either,
4
5    1. Add this directory to your MANPATH,
6
7         cd Man
8         MANPATH=$MANPATH:$PWD
9         man iosnoop
10
11    2. If the DTraceToolkit has been installed, and that dir to your MANPATH,
12
13         MANPATH=$MANPATH:/opt/DTT/Man
14         man iosnoop
15
16    3. Set MANPATH to "." every time you read a script,
17
18         cd Man
19         MANPATH=. man iosnoop
20
21    4. Use the -M option to "man", if your OS has it,
22
23         man -M Man iosnoop
24
25    5. Prentend that you are /usr/bin/man, if your OS has nroff,
26
27         nroff -man Man/man1m/iosnoop.1m | more
28
29    6. Pretend that you are /usr/bin/nroff,
30
31         more Man/man1m/iosnoop.1m
32
33    7. Pretend that you have no pagers installed,
34
35         while read line; do echo $line; done < Man/man1m/iosnoop.1m
36
37    8. Pretend that you can read hex,
38
39         od -x Man/man1m/iosnoop.1m
40