groff-commit
[Top][All Lists]
Advanced

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

[groff] 12/31: addftinfo(1): Fix style and content nits.


From: G. Branden Robinson
Subject: [groff] 12/31: addftinfo(1): Fix style and content nits.
Date: Sun, 25 Jul 2021 02:39:46 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 86859290abf6b54d8252ad1494d8d10390b8ed8a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jul 22 06:58:04 2021 +1000

    addftinfo(1): Fix style and content nits.
---
 src/utils/addftinfo/addftinfo.1.man | 52 +++++++++++++++++++++----------------
 1 file changed, 29 insertions(+), 23 deletions(-)

diff --git a/src/utils/addftinfo/addftinfo.1.man 
b/src/utils/addftinfo/addftinfo.1.man
index 2aee027..e303985 100644
--- a/src/utils/addftinfo/addftinfo.1.man
+++ b/src/utils/addftinfo/addftinfo.1.man
@@ -69,14 +69,15 @@ addftinfo \- add font metrics to troff fonts for use with 
groff
 .I addftinfo
 reads an
 .RI AT&T \~troff
-font file
+font description file
 .IR font ,
 adds additional font metric information required by
-.IR groff ,
+.\" We need the "GNU" below because the @g@ prefix might be empty.
+.RI GNU \~\%@g@troff (@MAN1EXT@),
 and writes the combined result to the standard output.
 .
-The information added is guessed using some parametric information about
-the font and assumptions about the traditional
+The information added is derived from the font's existing parameters and
+assumptions about traditional
 .I troff
 names for characters.
 .
@@ -97,7 +98,8 @@ if
 .I font
 ends with
 .RB \[lq] I \[rq],
-the font is assumed to be italic.
+the font is assumed to be oblique
+(or italic).
 .
 .
 .\" ====================================================================
@@ -114,11 +116,11 @@ show version information;
 all exit afterward.
 .
 .
-.LP
-All other options change one of the parameters that are used to derive
-the heights and depths.
+.P
+All other options change parameters that are used to derive the heights
+and depths.
 .
-Like the existing quantities in the font file,
+Like the existing quantities in the font description file,
 each
 .RI value\~ n
 is in
@@ -129,55 +131,59 @@ for a font whose point size is
 .
 .TP
 .BI \-asc\-height \~n
-The height of characters with ascenders,
-such as \[lq]b\[rq], \[lq]d\[rq], or \[lq]l\[rq].
+height of characters with ascenders,
+such as \[lq]b\[rq],
+\[lq]d\[rq],
+or \[lq]l\[rq]
 .
 .
 .TP
 .BI \-body\-depth \~n
-The depth of characters such as parentheses.
+depth of characters such as parentheses
 .
 .
 .TP
 .BI \-body\-height \~n
-The height of characters such as parentheses.
+height of characters such as parentheses
 .
 .
 .TP
 .BI \-cap\-height \~n
-The height of uppercase letters such as \[lq]A\[rq].
+height of uppercase letters such as \[lq]A\[rq]
 .
 .
 .TP
 .BI \-comma\-depth \~n
-The depth of a comma.
+depth of a comma
 .
 .
 .TP
 .BI \-desc\-depth \~n
-The depth of characters with descenders,
-such as \[lq]p\[rq], \[lq]q\[rq], or \[lq]y\[rq].
+depth of characters with descenders,
+such as \[lq]p\[rq],
+\[lq]q\[rq],
+or \[lq]y\[rq]
 .
 .
 .TP
 .B \-fig\-height
-The height of figures (digits, numerals).
+height of figures (numerals)
 .
 .
 .TP
 .BI \-x\-height \~n
-The height of lowercase letters without ascenders such as \[lq]x\[rq].
+height of lowercase letters without ascenders such as \[lq]x\[rq]
 .
 .
-.LP
+.P
 .I addftinfo
-makes no attempt to use the specified parameters to guess the
-unspecified parameters.
+makes no attempt to use the specified parameters to infer unspecified
+parameters.
 .
 If a parameter is not specified,
 the default will be used.
 .
-The defaults are chosen to have reasonable values for a Times font.
+The defaults are chosen to produce reasonable values for a Times font.
 .
 .
 .\" ====================================================================



reply via email to

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