summaryrefslogtreecommitdiff
path: root/sys/man/index.html
diff options
context:
space:
mode:
authorTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
committerTaru Karttunen <taruti@taruti.net>2011-03-30 16:49:47 +0300
commitb41b9034225ab3e49980d9de55c141011b6383b0 (patch)
tree891014b4c2e803e01ac7a1fd2b60819fbc5a6e73 /sys/man/index.html
parentc558a99e0be506a9abdf677f0ca4490644e05fc1 (diff)
Import sources from 2011-03-30 iso image - sys/man
Diffstat (limited to 'sys/man/index.html')
-rwxr-xr-xsys/man/index.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/sys/man/index.html b/sys/man/index.html
new file mode 100755
index 000000000..26e92fdae
--- /dev/null
+++ b/sys/man/index.html
@@ -0,0 +1,59 @@
+<HEAD>
+<TITLE>Plan 9 Manual - Volume 1</TITLE>
+</HEAD>
+
+<H2>Preface</H2>
+<A href="/sys/man/preface4.html">Preface</a>
+<BR>
+<A href="/sys/man/preface3.html">Preface to the 3rd Edition</a>
+<BR>
+<A href="/sys/man/preface.html">Preface to the 2nd Edition</a> (1995)
+
+<H2>Plan 9 Manual in printable form</H2>
+<TABLE>
+<TR><TD>1<TD><A href="/sys/man/vol1.ps">PostScript</a>
+<TR><TD>1<TD><A href="/sys/man/vol1.ps.gz">Gzipped PostScript</a>
+<TR><TD>2<TD><A href="/sys/man/vol1.pdf">PDF</a>
+</TABLE>
+
+<H2>Plan 9 Manual Section by Section in HTML</H2>
+<TABLE>
+<TR><TD>1<TD><A href="/sys/man/1/INDEX.html">Commands</a>
+<TR><TD>2<TD><A href="/sys/man/2/INDEX.html">System and library calls</a>
+<TR><TD>3<TD><A href="/sys/man/3/INDEX.html">Devices</a>
+<TR><TD>4<TD><A href="/sys/man/4/INDEX.html">File servers</a>
+<TR><TD>5<TD><A href="/sys/man/5/INDEX.html">Plan 9 File Protocol, 9P</a>
+<TR><TD>6<TD><A href="/sys/man/6/INDEX.html">File formats, misc</a>
+<TR><TD>7<TD><A href="/sys/man/7/INDEX.html">Databases</a>
+<TR><TD>8<TD><A href="/sys/man/8/INDEX.html">System administration</a>
+</TABLE>
+
+<H2>Keyword search</H2>
+<P>
+(The search is for the conjunction of the space
+separated keywords.)
+
+<FORM METHOD="GET" ACTION="/magic/man2html">
+
+<INPUT NAME="pat" TYPE="text" SIZE="60">
+<INPUT TYPE="submit" VALUE="Submit">
+<INPUT TYPE="reset" VALUE="Reset">
+
+</FORM>
+
+<H2>Look up a specific man page</H2>
+<FORM METHOD="GET" ACTION="/magic/man2html">
+<INPUT NAME="man" TYPE="text" SIZE="30">
+<SELECT NAME="sect">
+<OPTION VALUE=1>1,Commands
+<OPTION VALUE=2>2,System and library calls
+<OPTION VALUE=3>3,Devices
+<OPTION VALUE=4>4,File servers
+<OPTION VALUE=5>5,Plan 9 File Protocol, 9P
+<OPTION VALUE=6>6,File formats, misc
+<OPTION VALUE=7>7,Databases
+<OPTION VALUE=8>8,System administration
+</SELECT>
+<INPUT TYPE="submit" VALUE="Submit">
+<INPUT TYPE="reset" VALUE="Reset">
+</FORM>