groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 22/25: doc/groff.texi: Fix content nit.


From: G. Branden Robinson
Subject: [groff] 22/25: doc/groff.texi: Fix content nit.
Date: Wed, 2 Mar 2022 05:12:08 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 0915e4f267b1d4208e555ec79328e986c2cb0d5b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Mar 1 20:13:13 2022 +1100

    doc/groff.texi: Fix content nit.
    
    The 'f' scaling unit indeed multiplies by 65,536, not 65,535.  The
    clamping behavior is discussed in the cross-referenced section.
    
    Thanks to Dave Kemper for catching this.
---
 doc/groff.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index ce5b5adc..633607fe 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5643,7 +5643,7 @@ Pica.  Another typesetting measurement.  6@tie{}picas to 
an inch (and
 @item f
 @cindex @code{f} unit
 @cindex unit, @code{f}
-Multiply by 65,535.
+Multiply by 65,536.
 @xref{Colors}, for usage.
 @end table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]