gbranden pushed a commit to branch master
in repository groff.

commit 5c1f1a6ccd46a14051c4dd74bb9eb19be4e616d8
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Feb 8 08:28:30 2021 +1100

    groff_ms(7): Tweak presentation.
    
    Use string interpolation syntax for FAM and FR in the document control
    settings tables since the column headings indicate that they are "reg"s
    (registers).
    
    Add further annotation to "Text settings" table that FAM needs to be set
    with .ds (for parallelism with FR in the "Footnote settings" table).
---
 tmac/groff_ms.7.man | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 57b15e9..7f39a0c 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -195,14 +195,22 @@ is ignored
 T}     next heading    0
 HY     T{
 Hyphenation mode
-T}     6
-FAM    T{
+T}     next paragraph  6
+\[rs]*[FAM]    T{
 Font family
-T}     T
+T}     next paragraph  T
 _
 .TE
 .RE
 .
+.
+.LP
+.B FAM
+is a string and should be set with the
+.B ds
+request.
+.
+.
 .LP
 .ne 11
 .B Paragraph settings
@@ -247,7 +255,7 @@ FF  Format  next footnote   0
 FPS    Point size      next footnote   \[rs]n[PS]\-2
 FVS    Vertical spacing        next footnote   \[rs]n[FPS]+2
 FPD    Paragraph spacing       next footnote   \[rs]n[PD]/2
-FR     Line length ratio       special 11/12
+\[rs]*[FR]     Line length ratio       special 11/12
 _
 .TE
 .RE
@@ -256,7 +264,7 @@ _
 .LP
 .B FR
 is a string and should be set with the
-.B .ds
+.B ds
 request.
 .
 Changes to the footnote line length ratio

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to