1N/AMan - Man pages
1N/A
1N/A There are a number of ways you can read these man pages. Either,
1N/A
1N/A 1. Add this directory to your MANPATH,
1N/A
1N/A cd Man
1N/A MANPATH=$MANPATH:$PWD
1N/A man iosnoop
1N/A
1N/A 2. If the DTraceToolkit has been installed, and that dir to your MANPATH,
1N/A
1N/A MANPATH=$MANPATH:/opt/DTT/Man
1N/A man iosnoop
1N/A
1N/A 3. Set MANPATH to "." every time you read a script,
1N/A
1N/A cd Man
1N/A MANPATH=. man iosnoop
1N/A
1N/A 4. Use the -M option to "man", if your OS has it,
1N/A
1N/A man -M Man iosnoop
1N/A
1N/A 5. Prentend that you are /usr/bin/man, if your OS has nroff,
1N/A
1N/A nroff -man Man/man1m/iosnoop.1m | more
1N/A
1N/A 6. Pretend that you are /usr/bin/nroff,
1N/A
1N/A more Man/man1m/iosnoop.1m
1N/A
1N/A 7. Pretend that you have no pagers installed,
1N/A
1N/A while read line; do echo $line; done < Man/man1m/iosnoop.1m
1N/A
1N/A 8. Pretend that you can read hex,
1N/A
1N/A od -x Man/man1m/iosnoop.1m
1N/A