blob: e0678907fe1ce5e63d5da7099a8c8f01bf5a197c [file] [log] [blame]
rsce8b6ce12005-01-18 05:42:48 +00001This is a port of many Plan 9 libraries and programs to Unix.
rscf305dff2003-10-13 17:18:52 +00002
rsce8b6ce12005-01-18 05:42:48 +00003See http://swtch.com/plan9port for documentation.
4(Documentation is also in this tree, but you need to run
5a successful install first. After that, "9 man 1 intro".)
rscf305dff2003-10-13 17:18:52 +00006
rsce8b6ce12005-01-18 05:42:48 +00007Intro(1) contains a list of man pages that describe new features
8or differences from Plan 9.
rsc3d991902004-06-09 14:54:37 +00009
rscf305dff2003-10-13 17:18:52 +000010* Helping out
11
rsce8b6ce12005-01-18 05:42:48 +000012If you'd like to help out, great! The TODO file contains a small list.
rscf305dff2003-10-13 17:18:52 +000013
14If you port this code to other architectures, please share your changes
rsce8b6ce12005-01-18 05:42:48 +000015so others can benefit.
rscf305dff2003-10-13 17:18:52 +000016
17Please use diff -u or CVS (see below) to prepare patches.
18
19* CVS
20
21You can use CVS to keep your local copy up-to-date as we make
rsce8b6ce12005-01-18 05:42:48 +000022changes and fix bugs. See the cvs(1) man page here ("9 man cvs")
23for details on using cvs.
rscf305dff2003-10-13 17:18:52 +000024
rsce8b6ce12005-01-18 05:42:48 +000025* Contact
rscf305dff2003-10-13 17:18:52 +000026
27Russ Cox <rsc@swtch.com>