[latex3-commits] [latex3/l3sys-query] main: Add a missing space (1ada9f5)

github at latex-project.org github at latex-project.org
Thu Mar 7 15:20:38 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/1ada9f5eb7e015058ed56b85ec30e74915aa0886

>---------------------------------------------------------------

commit 1ada9f5eb7e015058ed56b85ec30e74915aa0886
Author: Joseph Wright <joseph at texdev.net>
Date:   Thu Mar 7 14:20:38 2024 +0000

    Add a missing space


>---------------------------------------------------------------

1ada9f5eb7e015058ed56b85ec30e74915aa0886
 build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index 712b2d1..5f55170 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>] [<args>]\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.