diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-04 09:02:04 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-04 09:02:04 +0000 |
commit | 54a313181ed74ab117531bbf1354b98329a90f44 (patch) | |
tree | c128c63359aa4c3e747d9ee82976103904c2192f /sys/man/5 | |
parent | b1955840c58c667de6a95631d1f4b9b0a70202c3 (diff) |
fix manpages
Diffstat (limited to 'sys/man/5')
-rw-r--r-- | sys/man/5/INDEX | 16 | ||||
-rw-r--r-- | sys/man/5/INDEX.html | 53 |
2 files changed, 0 insertions, 69 deletions
diff --git a/sys/man/5/INDEX b/sys/man/5/INDEX deleted file mode 100644 index a3b62ae88..000000000 --- a/sys/man/5/INDEX +++ /dev/null @@ -1,16 +0,0 @@ -0intro 0intro -intro 0intro -attach attach -auth attach -clunk clunk -error error -flush flush -create open -open open -read read -write read -remove remove -stat stat -wstat stat -version version -walk walk diff --git a/sys/man/5/INDEX.html b/sys/man/5/INDEX.html deleted file mode 100644 index 35d30ca76..000000000 --- a/sys/man/5/INDEX.html +++ /dev/null @@ -1,53 +0,0 @@ -<HEAD> -<TITLE>plan 9 man section 5</TITLE> -</HEAD> -<BODY> -<B>[<A HREF="/sys/man/index.html">manual index</A>]</B> -<H2>Plan 9 from Bell Labs - Section 5 - Plan 9 File Protocol, 9P</H2> -<HR> -<DL> -<DT><A HREF="/magic/man2html/5/0intro">0intro</A> -- introduction to the Plan 9 File Protocol, 9P -<DD><TT> intro</TT> -</DT> -<DT><A HREF="/magic/man2html/5/attach">attach</A> -- messages to establish a connection -<DD><TT> attach, auth</TT> -</DT> -<DT><A HREF="/magic/man2html/5/clunk">clunk</A> -- forget about a fid -<DD><TT> clunk</TT> -</DT> -<DT><A HREF="/magic/man2html/5/error">error</A> -- return an error -<DD><TT> error</TT> -</DT> -<DT><A HREF="/magic/man2html/5/flush">flush</A> -- abort a message -<DD><TT> flush</TT> -</DT> -<DT><A HREF="/magic/man2html/5/open">open</A> -- prepare a fid for I/O on an existing or new file -<DD><TT> open, create</TT> -</DT> -<DT><A HREF="/magic/man2html/5/read">read</A> -- transfer data from and to a file -<DD><TT> read, write</TT> -</DT> -<DT><A HREF="/magic/man2html/5/remove">remove</A> -- remove a file from a server -<DD><TT> remove</TT> -</DT> -<DT><A HREF="/magic/man2html/5/stat">stat</A> -- inquire or change file attributes -<DD><TT> stat, wstat</TT> -</DT> -<DT><A HREF="/magic/man2html/5/version">version</A> -- negotiate protocol version -<DD><TT> version</TT> -</DT> -<DT><A HREF="/magic/man2html/5/walk">walk</A> -- descend a directory hierarchy -<DD><TT> walk</TT> -</DT> -</DL> |