groff-commit
[Top][All Lists]
Advanced

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

[groff] 62/72: [docs]: Fix content and style nits.


From: G. Branden Robinson
Subject: [groff] 62/72: [docs]: Fix content and style nits.
Date: Sun, 23 Oct 2022 22:25:46 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3ed4bb1b1ed007062e39dd41f58462f1d9329bd7
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Oct 23 15:51:55 2022 -0500

    [docs]: Fix content and style nits.
    
    * Fix thinko: `ps` request, not `size` request!
    * Tighten or recast wording.
---
 doc/groff.texi       | 22 +++++++++++-----------
 man/groff_diff.7.man |  8 ++++----
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 598b920d3..abf6a5a1f 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -11548,10 +11548,10 @@ in traditional typesetting.}
 @cindex type sizes, changing (@code{ps}, @code{\s})
 @cindex point sizes, changing (@code{ps}, @code{\s})
 Use the @code{ps} request or the @code{\s} escape sequence to change
-(increase, decrease) the type size (in points).  Specify @var{size} as
-either an absolute type size, or as a relative change from the current
-size.  @code{ps} with no argument restores the previous size.  The
-@code{size} request's default scaling unit is @samp{z}.  If the
+(increase, decrease) the type size (in scaled points).  Specify
+@var{size} as either an absolute type size, or as a relative change from
+the current size.  @code{ps} with no argument restores the previous
+size.  The @code{ps} request's default scaling unit is @samp{z}.  If the
 requested size is non-positive, it is set to 1@dmn{u}.
 
 @cindex type size registers (@code{.s}, @code{.ps})
@@ -11725,9 +11725,9 @@ it is associated with the environment 
(@pxref{Environments}).
 AT&T @code{troff} interpreted all type size measurements in points.
 Combined with integer arithmetic, this design choice made it impossible
 to support, for instance, ten and a half-point type.  In GNU
-@code{troff}, an output device can select a scaling factor that divides
-a point into subdivisions termed ``scaled points''.  A type size
-expressed in scaled points can thus represent a non-integral type size.
+@code{troff}, an output device can select a scaling factor that
+subdivides a point into ``scaled points''.  A type size expressed in
+scaled points can thus represent a non-integral type size.
 
 @cindex @code{s} scaling unit
 @cindex unit, scaling, @code{s}
@@ -11792,10 +11792,10 @@ read-only register @code{.psr} and in points as a 
decimal fraction by
 the read-only string-valued register @code{.sr}.  Both are associated
 with the environment (@pxref{Environments}).
 
-For example, if a type size of 10.95@dmn{pt} is requested, and a
-@code{sizes} request (or a @code{sizescale} directive in the device's
-@file{DESC} file) permits only 11@dmn{pt} instead, the latter value is
-used by the output driver.
+For example, if a type size of 10.95@dmn{pt} is requested, and the
+nearest size permitted by a @code{sizes} request (or a @code{sizescale}
+directive in the device's @file{DESC} file) is 11@dmn{pt}, the latter
+value is used by the output driver.
 @endDefreg
 
 The @code{\s} escape sequence offers the following syntax forms that
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index c1efcd1a0..9f1a9dfe7 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -171,8 +171,8 @@ ten and a half-point type.
 .
 In GNU
 .IR troff , \" GNU
-an output device can select a scaling factor that divides a point into
-subdivisions termed \[lq]scaled points\[rq].
+an output device can select a scaling factor that subdivides a point
+into \[lq]scaled points\[rq].
 .
 A type size expressed in scaled points can thus represent a non-integral
 type size.
@@ -306,7 +306,7 @@ Both are associated with the environment.
 .
 For example,
 if a type size of 10.95\~points is requested,
-and a
+and the nearest size permitted by a
 .B sizes
 request
 (or a
@@ -314,7 +314,7 @@ request
 directive in the device's
 .I DESC
 file)
-permits only 11\~points instead,
+is 11\~points,
 the latter value is used by the output driver.
 .\" END Keep (roughly) parallel with groff.texi node "Using Fractional
 .\" Type Sizes".



reply via email to

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