gbranden pushed a commit to branch master
in repository groff.

commit 9aeeb6ee19475a1346fdf39cabf66d07ac02ecf5
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 3 10:27:50 2022 -0500

    groff_mdoc(7): Use arrow notation more.
    
    Apply it to Sx, Sy, Ms macro descriptions.
    
    Also add two empty requests where vertical space is expected.
---
 tmac/groff_mdoc.7.man | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/tmac/groff_mdoc.7.man b/tmac/groff_mdoc.7.man
index f00c866b2..ce1c68e9c 100644
--- a/tmac/groff_mdoc.7.man
+++ b/tmac/groff_mdoc.7.man
@@ -2910,7 +2910,7 @@ macro to cite a (sub)section heading within the given 
document.
 .Pp
 .Bl -tag -width ".Li .Sx\ Files" -offset 15n
 .It Li ".Sx Files"
-.\"\[->]
+\[->]
 .Sx Files
 .El
 .
@@ -2923,32 +2923,45 @@ The default width is 16n.
 .
 The symbolic emphasis macro is generally a boldface macro in either the
 symbolic sense or the traditional English usage.
+.
+.
 .Pp
 .Dl Usage: .Sy Ao symbol Ac ...
+.
+.
 .Pp
 .Bl -tag -width ".Li .Sy\ Important\ Notice" -compact -offset 15n
 .It Li ".Sy Important Notice"
+\[->]
 .Sy Important Notice
 .El
-.Pp
 .
+.
+.Pp
 The default width is 6n.
 .
 .
 .Ss "Mathematical Symbols"
 .
 Use this macro for mathematical symbols and similar things.
+.
+.
 .Pp
 .Dl Usage: .Ms Ao math symbol Ac ...
+.
+.
 .Pp
 .Bl -tag -width ".Li .Ms\ sigma" -compact -offset 15n
 .It Li ".Ms sigma"
+\[->]
 .Ms sigma
 .El
-.Pp
 .
+.
+.Pp
 The default width is 6n.
 .
+.
 .Ss "References and Citations"
 .
 The following macros make a modest attempt to handle references.

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

Reply via email to