tinvoke rc - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 839d17a789fe342414b3f9564732a54db2a6ced0
DIR parent b908772234cea6ca00a13ed0deccc232f8752f5c
HTML Author: rsc <devnull@localhost>
Date: Tue, 11 Jan 2005 19:44:27 +0000
invoke rc
Diffstat:
M man/mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/man/mkfile b/man/mkfile
t@@ -3,6 +3,6 @@ LIB=$PLAN9/lib
indices:V:
for i in man*
do
- ./secindex $i > $i/INDEX
+ rc ./secindex $i > $i/INDEX
done