[latex3-commits] [latex3/l3sys-query] main: One "spec" to "arg" corrected (0865321)
github at latex-project.org
github at latex-project.org
Thu Mar 7 15:19:09 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/0865321e8f47062ac4f71945dbc03c0ef085ac3f
>---------------------------------------------------------------
commit 0865321e8f47062ac4f71945dbc03c0ef085ac3f
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 7 14:19:09 2024 +0000
One "spec" to "arg" corrected
>---------------------------------------------------------------
0865321e8f47062ac4f71945dbc03c0ef085ac3f
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index dbe5914..316d08d 100644
--- a/build.lua
+++ b/build.lua
@@ -20,7 +20,7 @@ function docinit_hook()
insert(man_t,'.TH ' .. string.upper(module) .. ' 1 "'
.. readme:sub(date_start,date_end) .. '" "LaTeX"\n')
insert(man_t,(".SH NAME\n" .. module .. "\n"))
- insert(man_t,(".SH SYNOPSIS\n Usage " .. module .. "<cmd> [<options>] [<spec>]\n"))
+ insert(man_t,(".SH SYNOPSIS\n Usage " .. module .. "<cmd> [<options>] [<args>]\n"))
insert(man_t,".SH DESCRIPTION")
local _,desc_start = find(readme,"## Overview")
More information about the latex3-commits
mailing list.