rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 1 | This is a port of many Plan 9 libraries and programs to Unix. |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 2 | |
rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 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".) |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 6 | |
rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 7 | Intro(1) contains a list of man pages that describe new features |
| 8 | or differences from Plan 9. |
rsc | 3d99190 | 2004-06-09 14:54:37 +0000 | [diff] [blame] | 9 | |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 10 | * Helping out |
| 11 | |
rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 12 | If you'd like to help out, great! The TODO file contains a small list. |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 13 | |
| 14 | If you port this code to other architectures, please share your changes |
rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 15 | so others can benefit. |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 16 | |
| 17 | Please use diff -u or CVS (see below) to prepare patches. |
| 18 | |
| 19 | * CVS |
| 20 | |
| 21 | You can use CVS to keep your local copy up-to-date as we make |
rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 22 | changes and fix bugs. See the cvs(1) man page here ("9 man cvs") |
| 23 | for details on using cvs. |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 24 | |
rsc | e8b6ce1 | 2005-01-18 05:42:48 +0000 | [diff] [blame] | 25 | * Contact |
rsc | f305dff | 2003-10-13 17:18:52 +0000 | [diff] [blame] | 26 | |
| 27 | Russ Cox <rsc@swtch.com> |