summaryrefslogtreecommitdiffhomepage
path: root/include/mkman
diff options
context:
space:
mode:
Diffstat (limited to 'include/mkman')
-rwxr-xr-xinclude/mkman2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mkman b/include/mkman
index 30250eb..9e04763 100755
--- a/include/mkman
+++ b/include/mkman
@@ -12,7 +12,7 @@ func dl link {
echo "}} hr{}"
} | gsp -d | read head
curl -LSs $link
- | mandoc -Thtml -Ostyle=/man/style.css
+ | mandoc -Thtml -I os=MangoOS -Ostyle=/man/style.css
| awk -v head=$head '
!/^<body>/
/^<body>/ { print $0, head }