index.html 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <HEAD>
  2. <TITLE>Plan 9 Manual - Volume 1</TITLE>
  3. </HEAD>
  4. <H2>Preface</H2>
  5. <A href="/sys/man/preface4.html">Preface</a>
  6. <BR>
  7. <A href="/sys/man/preface3.html">Preface to the 3rd Edition</a>
  8. <BR>
  9. <A href="/sys/man/preface.html">Preface to the 2nd Edition</a> (1995)
  10. <H2>Plan 9 Manual in printable form</H2>
  11. <TABLE>
  12. <TR><TD>1<TD><A href="/sys/man/vol1.ps">PostScript</a>
  13. <TR><TD>1<TD><A href="/sys/man/vol1.ps.gz">Gzipped PostScript</a>
  14. <TR><TD>2<TD><A href="/sys/man/vol1.pdf">PDF</a>
  15. </TABLE>
  16. <H2>Plan 9 Manual Section by Section in HTML</H2>
  17. <TABLE>
  18. <TR><TD>1<TD><A href="/sys/man/1/INDEX.html">Commands</a>
  19. <TR><TD>2<TD><A href="/sys/man/2/INDEX.html">System and library calls</a>
  20. <TR><TD>3<TD><A href="/sys/man/3/INDEX.html">Devices</a>
  21. <TR><TD>4<TD><A href="/sys/man/4/INDEX.html">File servers</a>
  22. <TR><TD>5<TD><A href="/sys/man/5/INDEX.html">Plan 9 File Protocol, 9P</a>
  23. <TR><TD>6<TD><A href="/sys/man/6/INDEX.html">File formats, misc</a>
  24. <TR><TD>7<TD><A href="/sys/man/7/INDEX.html">Databases</a>
  25. <TR><TD>8<TD><A href="/sys/man/8/INDEX.html">System administration</a>
  26. </TABLE>
  27. <H2>Keyword search</H2>
  28. <P>
  29. (The search is for the conjunction of the space
  30. separated keywords.)
  31. <FORM METHOD="GET" ACTION="/magic/man2html">
  32. <INPUT NAME="pat" TYPE="text" SIZE="60">
  33. <INPUT TYPE="submit" VALUE="Submit">
  34. <INPUT TYPE="reset" VALUE="Reset">
  35. </FORM>
  36. <H2>Look up a specific man page</H2>
  37. <FORM METHOD="GET" ACTION="/magic/man2html">
  38. <INPUT NAME="man" TYPE="text" SIZE="30">
  39. <SELECT NAME="sect">
  40. <OPTION VALUE=1>1,Commands
  41. <OPTION VALUE=2>2,System and library calls
  42. <OPTION VALUE=3>3,Devices
  43. <OPTION VALUE=4>4,File servers
  44. <OPTION VALUE=5>5,Plan 9 File Protocol, 9P
  45. <OPTION VALUE=6>6,File formats, misc
  46. <OPTION VALUE=7>7,Databases
  47. <OPTION VALUE=8>8,System administration
  48. </SELECT>
  49. <INPUT TYPE="submit" VALUE="Submit">
  50. <INPUT TYPE="reset" VALUE="Reset">
  51. </FORM>