summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/trac-exp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/trac-exp.lua')
-rw-r--r--tex/context/base/mkiv/trac-exp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/trac-exp.lua b/tex/context/base/mkiv/trac-exp.lua
index 5879f1b7b..e25110999 100644
--- a/tex/context/base/mkiv/trac-exp.lua
+++ b/tex/context/base/mkiv/trac-exp.lua
@@ -64,7 +64,7 @@ function exporters.man(specification,...)
end
--
result[#result+1] = formatters['.TH "%s" "1" "%s" "version %s" "%s"'](name,os.date("01-01-%Y"),version,detail)
- result[#result+1] = formatters[".SH NAME\n.B %s"](name)
+ result[#result+1] = formatters[".SH NAME\n %s - %s"](name,detail) -- KB/TL wants 'detail' in this line too
result[#result+1] = formatters[".SH SYNOPSIS\n.B %s [\n.I OPTIONS ...\n.B ] [\n.I FILENAMES\n.B ]"](runner)
result[#result+1] = formatters[".SH DESCRIPTION\n.B %s"](detail)
--