summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-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);