summaryrefslogtreecommitdiff
path: root/module/man.m
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2007-01-16 17:55:28 +0000
committerCharles.Forsyth <devnull@localhost>2007-01-16 17:55:28 +0000
commit56f3d04553e7fac260932ac4ac7fc826ee0b6b58 (patch)
tree93c37736c71f968a985d2341e1566fa186da93dd /module/man.m
parentbdb6b18670ca169bd2557860231eb48a88f1461f (diff)
20070116 add /dis/lib/man.dis to repair wm/man
Diffstat (limited to 'module/man.m')
-rw-r--r--module/man.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/man.m b/module/man.m
index 3da6ad73..9d12fe88 100644
--- a/module/man.m
+++ b/module/man.m
@@ -34,7 +34,7 @@ Parseman: module {
};
Man: module {
- PATH: con "/dis/man.dis";
+ PATH: con "/dis/lib/man.dis";
loadsections: fn(sections: list of string): string;
getfiles: fn(sections: list of string , keys: list of string): list of (int, string, string);