[latex3-commits] [latex3/l3sys-query] main: One "spec" to "args" corrected (e06e707)
github at latex-project.org
github at latex-project.org
Thu Mar 7 15:19:30 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/e06e70757861fecb0b80f4205a892cb06024d0e1
>---------------------------------------------------------------
commit e06e70757861fecb0b80f4205a892cb06024d0e1
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 7 14:19:30 2024 +0000
One "spec" to "args" corrected
>---------------------------------------------------------------
e06e70757861fecb0b80f4205a892cb06024d0e1
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 316d08d..712b2d1 100644
--- a/build.lua
+++ b/build.lua
@@ -34,7 +34,7 @@ function docinit_hook()
local help_text = assert(f:read("*a"))
f:close()
- insert(man_t,(help_text:gsub("\nUsage.*spec>]\n\n","")
+ insert(man_t,(help_text:gsub("\nUsage.*args>]\n\n","")
:gsub("Valid commands",".SH COMMANDS\nValid commands")
:gsub("Valid options",".SH OPTIONS\nValid options")
:gsub("Full manual",'.SH "SEE ALSO"\nFull manual')
More information about the latex3-commits
mailing list.