[latex3-commits] [latex3/l3build] main: Use 'target' not 'command' in man info (see #337) (7207313)
github at latex-project.org
github at latex-project.org
Wed Jan 3 23:24:54 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/7207313db6eaba95dfcd60c6cc3421e15e081f15
>---------------------------------------------------------------
commit 7207313db6eaba95dfcd60c6cc3421e15e081f15
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Jan 3 22:24:28 2024 +0000
Use 'target' not 'command' in man info (see #337)
>---------------------------------------------------------------
7207313db6eaba95dfcd60c6cc3421e15e081f15
l3build.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build.1 b/l3build.1
index 6b3699c..5cd927c 100644
--- a/l3build.1
+++ b/l3build.1
@@ -2,7 +2,7 @@
.SH NAME
l3build \- Checking and building packages
.SH SYNOPSIS
-l3build <command> [<options>] [<names>]
+l3build <target> [<options>] [<names>]
.SH DESCRIPTION
The l3build system is a Lua script for building TeX packages, with particular
emphasis on regression testing. It is written in cross-platform Lua code, so
@@ -10,7 +10,7 @@ can be used by any modern TeX distribution with the texlua interpreter. A
package for building with l3build can be written in any TeX dialect; its
defaults are set up for LaTeX packages written in the DocStrip style.
.PP
-The most commonly used l3build commands are:
+The most commonly used l3build targets are:
.IP check
Run all automated tests
.IP clean
More information about the latex3-commits
mailing list.