aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmd/htmlroff/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/htmlroff/char.c b/src/cmd/htmlroff/char.c
index e6797516..151c9339 100644
--- a/src/cmd/htmlroff/char.c
+++ b/src/cmd/htmlroff/char.c
@@ -90,7 +90,7 @@ troff2rune(Rune *rs)
trtab[ntrtab] = trinit[i];
ntrtab++;
}
- file = "/sys/lib/troff/font/devutf/utfmap";
+ file = unsharp("#9/troff/font/devutf/utfmap");
if((b = Bopen(file, OREAD)) == nil)
sysfatal("open %s: %r", file);
while((p = Brdline(b, '\n')) != nil){