diff options
author | rsc <devnull@localhost> | 2005-02-14 00:37:51 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-14 00:37:51 +0000 |
commit | 26ca53e180f52026520bba04f1aa49c607aa9550 (patch) | |
tree | 77a65b94e473dbd2a635e91a8ea84db78d9a34f9 | |
parent | cd5af2227c2588ce421d445617a3e34b89065a6f (diff) | |
download | plan9port-26ca53e180f52026520bba04f1aa49c607aa9550.tar.gz plan9port-26ca53e180f52026520bba04f1aa49c607aa9550.tar.bz2 plan9port-26ca53e180f52026520bba04f1aa49c607aa9550.zip |
changes
-rw-r--r-- | man/man1/0intro.1 | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/man/man1/0intro.1 b/man/man1/0intro.1 index 2712fab8..b06d3d52 100644 --- a/man/man1/0intro.1 +++ b/man/man1/0intro.1 @@ -202,22 +202,20 @@ have been ported, including the Unicode-aware .IR troff (1). .PP Of the more recent additions to Plan 9, -the -.IR secstore (1) -client has been ported, though -.I secstored -has not. +.IR factotum (4), +.IR secstore (1), +and +.IR secstored (1) +are all ported. .IR Vac (1) and .IR vacfs (4) -have been ported. -.IR Factotum -and +have also been ported; .IR venti -are in progress. +is in progress. .PP A backup system providing a dump file system built atop Venti -is also in progress. +is in progress. .SS Porting to new systems Porting the tree to new operating systems or architectures should be straightforward, as system-specific code has been |