Blob


1 This is a port of many Plan 9 libraries and programs to Unix.
3 See http://swtch.com/plan9port for documentation.
4 (Documentation is also in this tree, but you need to run
5 a successful install first. After that, "9 man 1 intro".)
7 Intro(1) contains a list of man pages that describe new features
8 or differences from Plan 9.
10 * Helping out
12 If you'd like to help out, great! The TODO file contains a small list.
14 If you port this code to other architectures, please share your changes
15 so others can benefit.
17 Please use diff -u or CVS (see below) to prepare patches.
19 * CVS
21 You can use CVS to keep your local copy up-to-date as we make
22 changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
23 for details on using cvs.
25 * Contact
27 Russ Cox <rsc@swtch.com>