gbranden pushed a commit to branch master
in repository groff.

commit a4bd5c977ba2b8f59a563b2ec8d2a64fe35325ce
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Sat Aug 2 09:55:09 2025 -0500

    groff_font(5): Fix font style goofs.
    
    * Set C language data types in italics, not bold.
    * Stop setting things in bold that don't need to be.
---
 man/groff_font.5.man | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/groff_font.5.man b/man/groff_font.5.man
index 076f9def8..fb203c3ef 100644
--- a/man/groff_font.5.man
+++ b/man/groff_font.5.man
@@ -568,7 +568,8 @@ directive with an argument of\~800.
 Its Times roman font
 .B TR
 has a
-.B \%spacewidth of\~833;
+.B \%spacewidth
+of\~833;
 this is also the width of its comma,
 period,
 centered period,
@@ -838,13 +839,12 @@ The unit of measure is that established by the
 .B \%unitwidth
 directive and scaled to the type size.
 .
-Unspecified subfields default
-.RB to\~ 0 .
+Unspecified subfields default to\~0.
 .
 Since there is no associated binary format,
 these values are not required to fit
 into the C language data type
-.B char
+.I char
 as they are in AT&T device-independent
 .IR troff . \" AT&T
 .

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to