Documentation updates.

- Fix dumb mistake in wman docs
- Document Plan 9's httpd setup.
This commit is contained in:
Uriel 2009-07-10 02:53:18 +00:00
parent 2eca0fa287
commit 697594eb5d
2 changed files with 44 additions and 1 deletions

View file

@ -31,3 +31,4 @@ TODO
* We don't handle compressed man pages, but this should be trivial to add.
* Unix systems might use different macros for their man pages.
* Search (using keywords? Google? grep?)
* Inferno contains man pages named like 'foo-0intro', which are refered as foo-intro(X), should automatically add (or remove) the extra '0' (Examples: sys-intro(2) and draw-intro(2)).