gbranden pushed a commit to branch master
in repository groff.

commit 8f2a41eb60c6062a71d6d1e9c91217640f0e710d
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Apr 24 11:46:39 2026 -0500

    [ms]: Revise description of `I` macro.
    
    Get the term "slanted" in there since it's frequently used for this
    purpose in typesetting contexts.  TeX uses the term fairly heavily, and
    it's part of groff's mnemonic for the `SS` ("slanted symbol") font of
    grops(1) and gropdf(1).
    
    Also break Texinfo input lines in a roff-friendly way.
---
 doc/groff.texi.in   | 7 ++++++-
 doc/ms.ms.in        | 3 ++-
 tmac/groff_ms.7.man | 4 +++-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 356ca6865..0366b4ce4 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -4133,7 +4133,12 @@ instead of bold.  Argument recognition is a GNU 
extension.
 @endDefmac
 
 @Defmac {I, [@Var{text} [@Var{post} [@Var{pre}]]], ms}
-As @code{B}, but use an @i{italic} or oblique style instead of bold.
+As
+@code{B},
+but use an
+@i{italic}
+(slanted or oblique)
+style instead of bold.
 @endDefmac
 
 @Defmac {BI, [@Var{text} [@Var{post} [@Var{pre}]]], ms}
diff --git a/doc/ms.ms.in b/doc/ms.ms.in
index 8fd658421..726c38201 100644
--- a/doc/ms.ms.in
+++ b/doc/ms.ms.in
@@ -1706,7 +1706,8 @@ As
 .CW B ,
 but use an
 .I italic
-or oblique style instead of bold.
+(slanted or oblique)
+style instead of bold.
 T}
 _
 \&.BI \f[R][\f[I]text\f[] [\f[I]post\f[] [\f[I]pre\f[]]]]      T{
diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index a758347ee..0faa3ab0d 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -1125,7 +1125,9 @@ Argument recognition is a GNU extension.
 .IR text \~[ post \~[ pre ]]]
 As
 .BR B ,
-but use an italic or oblique style instead of bold.
+but use an italic
+(slanted or oblique)
+style instead of bold.
 .
 .
 .TP

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

Reply via email to