diff options
author | rsc <devnull@localhost> | 2005-01-14 19:43:51 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-14 19:43:51 +0000 |
commit | 01cd4060628cd7b4ed7e8f827a41add82622303e (patch) | |
tree | 6f99a117f3a66e5680c8c0b4b155d2a4a48d12a4 /man/man1/0intro.1 | |
parent | 162ef0743b49d2edd035a1eb718c279206d80708 (diff) | |
download | plan9port-01cd4060628cd7b4ed7e8f827a41add82622303e.tar.gz plan9port-01cd4060628cd7b4ed7e8f827a41add82622303e.tar.bz2 plan9port-01cd4060628cd7b4ed7e8f827a41add82622303e.zip |
add interesting pages
Diffstat (limited to 'man/man1/0intro.1')
-rw-r--r-- | man/man1/0intro.1 | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/man/man1/0intro.1 b/man/man1/0intro.1 index 6e86bb44..bbe7012e 100644 --- a/man/man1/0intro.1 +++ b/man/man1/0intro.1 @@ -294,6 +294,53 @@ seems now to be used for describing specific files.) .PP .HR ../man9 "Section (9p) describes the Plan 9 file protocol 9P. +.PP +These pages describe parts of the system +that are new or different from Plan 9 from Bell Labs: +.IP +.IR 9 (1), +.IR 9c (1), +.IR 9p (1), +.IR 9term (1), +.I acidtypes +in +.IR acid (1), +.IR cvs (1), +.IR dial (1), +.IR label (1), +the +.B MKSHELL +variable in +.IR mk (1), +.IR namespace (1), +.IR page (1), +.IR psfonts (1), +.IR rio (1), +.IR web (1), +.IR wintext (1) +.IP +.IR intro (3), +.IR 9pclient (3), +the +.B unix +network in +.IR dial (3), +.IR exits (3), +.IR get9root (3), +.IR getns (3), +.IR notify (3), +.IR post9pservice (3), +.IR rfork (3), +.IR sendfd (3), +.IR udpread (3), +.IR wait (3), +.IR wctl (3) +.IP +.IR intro (4), +.IR 9pserve (4), +.IR import (4) +.IP +.IR openfd (9p) .SH DIAGNOSTICS In Plan 9, a program's exit status is an arbitrary text string, while on Unix it is an integer. |