From 7741c853e0afdf8da8c74f0cb8306e63e77dac14 Mon Sep 17 00:00:00 2001 From: gitlost Date: Tue, 24 May 2022 21:54:44 +0100 Subject: [PATCH] zint.1.pmd: fix guarddescent arg (may be float) (sigh). --- docs/manual.txt | 6 +++--- docs/zint.1 | 5 +++-- docs/zint.1.pmd | 6 +++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/manual.txt b/docs/manual.txt index 039a5e9e..a16f0a3e 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -4252,10 +4252,10 @@ OPTIONS For Data Matrix in GS1 mode, use GS (0x1D) as the GS1 data separator instead of FNC1. ---guarddescent=INTEGER +--guarddescent=NUMBER - For UPC/EAN symbols, set the height of the guard bars’ descent, where - INTEGER is in integral multiples of the X-dimension. + For UPC/EAN symbols, set the height of the guard bars’ descent, where NUMBER + is in multiples of the X-dimension. NUMBER may be floating-point. --height=NUMBER diff --git a/docs/zint.1 b/docs/zint.1 index b9b1ef3d..9c436604 100644 --- a/docs/zint.1 +++ b/docs/zint.1 @@ -223,9 +223,10 @@ The input data must not otherwise contain parentheses. For Data Matrix in GS1 mode, use \f[V]GS\f[R] (0x1D) as the GS1 data separator instead of \f[V]FNC1\f[R]. .TP -\f[V]--guarddescent=INTEGER\f[R] +\f[V]--guarddescent=NUMBER\f[R] For UPC/EAN symbols, set the height of the guard bars\[cq] descent, -where \f[I]INTEGER\f[R] is in integral multiples of the X-dimension. +where \f[I]NUMBER\f[R] is in multiples of the X-dimension. +\f[I]NUMBER\f[R] may be floating-point. .TP \f[V]--height=NUMBER\f[R] Set the height of the symbol in multiples of the X-dimension. diff --git a/docs/zint.1.pmd b/docs/zint.1.pmd index e9e0985e..b10d005d 100644 --- a/docs/zint.1.pmd +++ b/docs/zint.1.pmd @@ -172,10 +172,10 @@ Paintbrush (`PCX`), Portable Network Format (`PNG`), Scalable Vector Graphic (`S : For Data Matrix in GS1 mode, use `GS` (0x1D) as the GS1 data separator instead of `FNC1`. -`--guarddescent=INTEGER` +`--guarddescent=NUMBER` -: For UPC/EAN symbols, set the height of the guard bars' descent, where *INTEGER* is in integral multiples of the - X-dimension. +: For UPC/EAN symbols, set the height of the guard bars' descent, where *NUMBER* is in multiples of the X-dimension. + *NUMBER* may be floating-point. `--height=NUMBER`