diff options
author | rsc <devnull@localhost> | 2005-01-16 21:32:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-16 21:32:01 +0000 |
commit | d3a25066c942ac23e202629ac469726aa6527cdf (patch) | |
tree | c091d3818ca879a06adcc5481151678065939917 /unix/man | |
parent | 0215fd56dbd9823b392000729edbb81c46447cda (diff) | |
download | plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.gz plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.tar.bz2 plan9port-d3a25066c942ac23e202629ac469726aa6527cdf.zip |
tweaks
Diffstat (limited to 'unix/man')
-rw-r--r-- | unix/man/mk.1 | 1 | ||||
-rw-r--r-- | unix/man/mkfile | 16 |
2 files changed, 2 insertions, 15 deletions
diff --git a/unix/man/mk.1 b/unix/man/mk.1 index 09cc3db0..b1eb25f5 100644 --- a/unix/man/mk.1 +++ b/unix/man/mk.1 @@ -659,6 +659,7 @@ A. Hume, .PP Andrew G. Hume and Bob Flandrena, ``Maintaining Files on Plan 9 with Mk''. +.BR DOCPREFIX/doc/mk.pdf . .SH HISTORY Andrew Hume wrote .I mk diff --git a/unix/man/mkfile b/unix/man/mkfile index 6cf69e0a..918aff8a 100644 --- a/unix/man/mkfile +++ b/unix/man/mkfile @@ -1,17 +1,3 @@ -MAN=\ - isalpharune.3\ - rune.3\ - runestrcat.3\ - utf.7\ - print.3\ - fmtinstall.3\ - quote.3\ - fmtstrtod.3\ - bio.3\ - regexp9.3\ - regexp9.7\ - mk.1\ - HTML=\ isalpharune3.html\ rune3.html\ @@ -26,7 +12,7 @@ HTML=\ regexp97.html\ mk1.html\ -all:V: $MAN $HTML +all:V: $HTML title='Ported from Plan 9' MKSHELL=$PLAN9/bin/rc |