groff-commit
[Top][All Lists]
Advanced

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

[groff] 39/45: [ms]: Migrate docs: "point size" -> "type size".


From: G. Branden Robinson
Subject: [groff] 39/45: [ms]: Migrate docs: "point size" -> "type size".
Date: Thu, 20 Jan 2022 10:17:56 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 777cf1f5744141a94f3851419f9ab45a685835a9
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Jan 20 01:35:25 2022 +1100

    [ms]: Migrate docs: "point size" -> "type size".
---
 doc/groff.texi      | 50 +++++++++++++++++++++++++-------------------------
 doc/ms.ms           | 22 ++++++++++++----------
 tmac/groff_ms.7.man | 12 ++++++------
 3 files changed, 43 insertions(+), 41 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 4cb6dcf3..7baf13dd 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -2519,7 +2519,7 @@ and Tenth Edition Research Unix have been recreated.
 * ms Introduction::
 * ms Document Structure::
 * ms Document Control Settings::
-* Fractional point sizes in ms::
+* Fractional type sizes in ms::
 * ms Document Description Macros::
 * ms Body Text::
 * ms Page Layout::
@@ -2746,10 +2746,10 @@ Default: empty.
 @unnumberedsubsubsec Text Settings
 
 @Defmpreg {PS, ms}
-Defines the point size of the body text.  If the value is larger than or
-equal to 1000, it is divided by 1000 to get a fractional point size.
-For example, @samp{.nr PS 10500} sets the document's type size to
-10.5@dmn{points}.  This rescaling of large point sizes is a GNU
+Defines the type size of the body text in points.  If the value is
+larger than or equal to 1000, it is divided by 1000 to get a fractional
+type size.  For example, @samp{.nr PS 10500} sets the document's type
+size to 10.5@dmn{points}.  This rescaling of large point sizes is a GNU
 extension.  In @file{ms} documents that don't need to be portable to
 other implementations, using a scaling indicator, as in @samp{.nr PS
 10.5p}, is preferable.
@@ -2762,7 +2762,7 @@ Default: 10@dmn{p}.
 @Defmpreg {VS, ms}
 Defines the space between lines (line height plus leading).  If the
 value is larger than or equal to 1000, it is divided by 1000 to get a
-fractional point size.  This rescaling of large point sizes is a GNU
+fractional type size.  This rescaling of large point sizes is a GNU
 extension.  See register @code{PS} above.
 
 Effective: next paragraph.
@@ -2922,9 +2922,9 @@ Default: 0.
 @endDefmpreg
 
 @Defmpreg {FPS, ms}
-Defines the footnote point size.  If the value is larger than or equal
-to 1000, it is divided by 1000 to get a fractional point size.  This
-rescaling of large point sizes is a GNU extension.  See register
+Defines the footnote type size in points.  If the value is larger than
+or equal to 1000, it is divided by 1000 to get a fractional type size.
+This rescaling of large type sizes is a GNU extension.  See register
 @code{PS} above.
 
 Effective: next footnote.
@@ -2934,8 +2934,8 @@ Default: @math{@code{@\n[PS]} - 2p}.
 
 @Defmpreg {FVS, ms}
 Defines the footnote vertical spacing.  If the value is larger than or
-equal to 1000, it is divided by 1000 to get a fractional point size.
-This rescaling of large point sizes is a GNU extension.  See register
+equal to 1000, it is divided by 1000 to get a fractional type size.
+This rescaling of large type sizes is a GNU extension.  See register
 @code{PS} above.
 
 Effective: next footnote.
@@ -3012,10 +3012,10 @@ Default: @code{\w'000'}
 
 @c ---------------------------------------------------------------------
 
-@node Fractional point sizes in ms, ms Document Description Macros, ms 
Document Control Settings, ms
-@subsection Fractional point sizes
-@cindex fractional point sizes in @code{ms} macros
-@cindex @code{ms} macros, fractional point sizes in
+@node Fractional type sizes in ms, ms Document Description Macros, ms Document 
Control Settings, ms
+@subsection Fractional type sizes
+@cindex fractional type sizes in @code{ms} macros
+@cindex @code{ms} macros, fractional type sizes in
 
 @acronym{AT&T} @file{ms} supported only integer values for the type size
 and vertical spacing.  To overcome this restriction, for the registers
@@ -3026,7 +3026,7 @@ Control Settings}.
 
 @c ---------------------------------------------------------------------
 
-@node ms Document Description Macros, ms Body Text, Fractional point sizes in 
ms, ms
+@node ms Document Description Macros, ms Body Text, Fractional type sizes in 
ms, ms
 @subsection Document Description Macros
 @cindex @code{ms} macros, document description
 @cindex document description macros, [@code{ms}]
@@ -3355,8 +3355,8 @@ numbered heading at the same depth when the @code{GROWPS} 
and
 @endDefmac
 
 If the @code{GROWPS} register is set to a value greater than the
-@var{level} argument to @code{NH} or @code{SH}, the point size of
-a heading produced by these macros increases by @code{PSINCR} units over
+@var{level} argument to @code{NH} or @code{SH}, the type size of a
+heading produced by these macros increases by @code{PSINCR} units over
 the size specified by @code{PS} multiplied by the difference of
 @code{GROWPS} and @var{level}.  The value stored in @code{PSINCR} is
 interpreted in @code{groff} basic units; the @code{p} scaling indicator
@@ -3460,20 +3460,20 @@ underlined text, with no intervening space.
 
 @Defmac {LG, , ms}
 Prints all text following in larger type (two points larger than the
-current point size) until the next font size, highlighting, paragraph,
-or heading macro.  You can specify this macro multiple times to
-enlarge the point size as needed.
+current size) until the next font size, highlighting, paragraph, or
+heading macro.  You can specify this macro multiple times to enlarge the
+type size as needed.
 @endDefmac
 
 @Defmac {SM, , ms}
 Prints all text following in smaller type (two points smaller than the
-current point size) until the next type size, highlighting, paragraph,
-or heading macro.  You can specify this macro multiple times to reduce
-the point size as needed.
+current size) until the next type size, highlighting, paragraph, or
+heading macro.  You can specify this macro multiple times to reduce the
+type size as needed.
 @endDefmac
 
 @Defmac {NL, , ms}
-Prints all text following in the normal point size (that is, the value
+Prints all text following in the normal type size (that is, the value
 of the @code{PS} register).
 @endDefmac
 
diff --git a/doc/ms.ms b/doc/ms.ms
index adb407f2..e4752fa5 100644
--- a/doc/ms.ms
+++ b/doc/ms.ms
@@ -350,7 +350,7 @@ T}  \[rs]*[LH]      Left header text        header  
\f[I]empty
 \^     \[rs]*[CF]      Center footer text      footer  \f[I]empty
 \^     \[rs]*[RF]      Right footer text       footer  \f[I]empty
 _
-Text   \[rs]n[PS]      Point size      paragraph       10p
+Text   \[rs]n[PS]      Type (point) size       paragraph       10p
 \^     \[rs]n[VS]      Vertical spacing (leading)      paragraph\
        12p
 \^     \[rs]n[HY]      Hyphenation mode        paragraph       6
@@ -363,7 +363,8 @@ Paragraphs  \[rs]n[PI]      Indentation     paragraph       
5n
 \^     \[rs]n[PORPHANS]        # of initial lines kept paragraph\
        1
 _
-Headings       \[rs]n[PSINCR]  Point size increment    heading 1p
+Headings       \[rs]n[PSINCR]  Type (point) size increment\
+       heading 1p
 \^     \[rs]n[GROWPS]  Size increase depth limit       heading 0
 \^     \[rs]n[HORPHANS]        # of following lines kept\
        heading 1
@@ -372,7 +373,8 @@ Headings    \[rs]n[PSINCR]  Point size increment    heading 
1p
 _
 Footnotes      \[rs]n[FI]      Indentation     footnote        2n
 \^     \[rs]n[FF]      Format  footnote        0
-\^     \[rs]n[FPS]     Point size      footnote        \[rs]n[PS]\-2p
+\^     \[rs]n[FPS]     Type (point) size       footnote\
+       \[rs]n[PS]\-2p
 \^     \[rs]n[FVS]     Vertical spacing (leading)      footnote\
        \[rs]n[FPS]+2p
 \^     \[rs]n[FPD]     Paragraph distance (spacing)    footnote\
@@ -404,9 +406,9 @@ this is the case only for output to terminals and emulators 
thereof.
 .
 .\" ------------------------
 .NH 2
-Fractional point sizes
+Fractional type sizes
 .XS
-       Fractional point sizes
+       Fractional type sizes
 .XE
 .
 .
@@ -1366,7 +1368,7 @@ Prints all text following in
 .LG
 larger type
 .NL
-(2 points larger than the current point size)
+(2 points larger than the current size)
 until
 the next font size,
 highlighting,
@@ -1379,7 +1381,7 @@ specify this macro
 .LG
 multiple times
 .NL
-to enlarge the point size as needed.
+to enlarge the type size as needed.
 T}
 _
 \&.SM  T{
@@ -1387,7 +1389,7 @@ Prints all text following in
 .SM
 smaller type
 .NL
-(2 points smaller than the current point size)
+(2 points smaller than the current size)
 until
 the next type size,
 highlighting,
@@ -1400,11 +1402,11 @@ specify this macro
 .SM
 multiple times
 .NL
-to reduce the point size as needed.
+to reduce the type size as needed.
 T}
 _
 \&.NL  T{
-Prints all text following in the normal point size
+Prints all text following in the normal type size
 (that is,
 the value of the
 .CW PS
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 1ed4a223..16d77a25 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -412,7 +412,7 @@ macros.
 .
 .
 .\" ====================================================================
-.SS "Fractional point sizes"
+.SS "Fractional type sizes"
 .\" ====================================================================
 .
 AT&T
@@ -1073,26 +1073,26 @@ intervening space.
 .TP
 .B .LG
 Prints all text following in larger type
-(2\~points larger than the current point size) until
+(2\~points larger than the current size) until
 the next font size, highlighting, paragraph, or heading macro.
 .
-You can specify this macro multiple times to enlarge the point size as
+You can specify this macro multiple times to enlarge the type size as
 needed.
 .
 .TP
 .B .SM
 Prints all text following in
 smaller type
-(2\~points smaller than the current point size) until
+(2\~points smaller than the current size) until
 the next type size, highlighting, paragraph, or heading macro.
 .
-You can specify this macro multiple times to reduce the point size as
+You can specify this macro multiple times to reduce the type size as
 needed.
 .
 .TP
 .B .NL
 Prints all text following in
-the normal point size
+the normal type size
 (that is, the value of the
 .B PS
 register).



reply via email to

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