groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/09: [mdoc]: Use unbreakable space in `Ar` default arg.


From: G. Branden Robinson
Subject: [groff] 05/09: [mdoc]: Use unbreakable space in `Ar` default arg.
Date: Thu, 14 Sep 2023 09:45:03 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 64f512187dbbb4b9cd884419acc7d4adcbdeb9a6
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 12 03:31:21 2023 -0500

    [mdoc]: Use unbreakable space in `Ar` default arg.
    
    * tmac/doc.tmac (doc-str-Ar-default): Use unbreakable space between
      "file" and ellipsis.
---
 ChangeLog     | 5 +++++
 tmac/doc.tmac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 1e9e61926..8b7382956 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-09-12  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/doc.tmac (doc-str-Ar-default): Use unbreakable space
+       between "file" and ellipsis.
+
 2023-09-06  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/groff_me.7.man: Fix error in summary of "safe" groff
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index 8bbcca8a7..0d6d689b0 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -789,7 +789,7 @@
 .\" NS
 .\" NS width register 'Ar' set in doc-common
 .
-.ds doc-str-Ar-default file \f[].\|.\|.\"
+.ds doc-str-Ar-default file\~\f[].\|.\|.\"
 .
 .eo
 .de Ar



reply via email to

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