diff --git a/docs/Makefile b/docs/Makefile index 98dd6fa9..cc8d3623 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -150,7 +150,7 @@ $(OUT_TXT) : $(SOURCE) $(INCLUDES_TXT) Makefile -V $(MAIN_FONT) -V $(MONO_FONT) -V $(CJK_FONT) \ $(TXT_OPTS) \ -o $(OUT_TXT) - sed -i -e 's/ *$//' $(OUT_TXT) + sed -i -e 's/ *$$//' $(OUT_TXT) $(OUT_MAN) : $(SOURCE_MAN) Makefile pandoc $(SOURCE_MAN) -f markdown \ diff --git a/docs/manual.pdf b/docs/manual.pdf index d84fecb7..5215446a 100644 Binary files a/docs/manual.pdf and b/docs/manual.pdf differ diff --git a/docs/manual.pmd b/docs/manual.pmd index e4e0bca3..828b8b69 100644 --- a/docs/manual.pmd +++ b/docs/manual.pmd @@ -47,9 +47,9 @@ stacked: correction data. Examples include PDF417. matrix: -: A matrix or two-dimensional symbol is one based on a (usually square) grid - of elements called modules. Examples include Data Matrix, but MaxiCode and - DotCode are also considered matrix symbologies. +: A matrix symbol is one based on a (usually square) grid of elements called + modules. Examples include Data Matrix, but MaxiCode and DotCode are also + considered matrix symbologies. composite: : A composite symbology is one which is made up of elements which are both @@ -3232,7 +3232,7 @@ A-Z and dash (`-`). A modulo 19 check digit is added by Zint. \clearpage -## 6.6 Two-Dimensional Matrix Symbols +## 6.6 Matrix Symbols ### 6.6.1 Data Matrix (ISO 16022) diff --git a/docs/manual.txt b/docs/manual.txt index 848d0173..0be5eb9f 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -148,7 +148,7 @@ May 2022 - 6.5.4 Royal Mail 4-State Mailmark - 6.5.5 USPS Intelligent Mail - 6.5.6 Japanese Postal Code - - 6.6 Two-Dimensional Matrix Symbols + - 6.6 Matrix Symbols - 6.6.1 Data Matrix (ISO 16022) - 6.6.2 QR Code (ISO 18004) - 6.6.3 Micro QR Code (ISO 18004) @@ -222,9 +222,9 @@ stacked: correction data. Examples include PDF417. matrix: - A matrix or two-dimensional symbol is one based on a (usually square) grid - of elements called modules. Examples include Data Matrix, but MaxiCode and - DotCode are also considered matrix symbologies. + A matrix symbol is one based on a (usually square) grid of elements called + modules. Examples include Data Matrix, but MaxiCode and DotCode are also + considered matrix symbologies. composite: A composite symbology is one which is made up of elements which are both @@ -3149,7 +3149,7 @@ all of the following inputs are valid data entries: Used for address data on mail items for Japan Post. Accepted values are 0-9, A-Z and dash (-). A modulo 19 check digit is added by Zint. -6.6 Two-Dimensional Matrix Symbols +6.6 Matrix Symbols 6.6.1 Data Matrix (ISO 16022) diff --git a/docs/zint.1.gz b/docs/zint.1.gz index 05eba680..69e7766b 100644 Binary files a/docs/zint.1.gz and b/docs/zint.1.gz differ