[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 17/30: [man]: Clarify language in style warning messages.
From: |
G. Branden Robinson |
Subject: |
[groff] 17/30: [man]: Clarify language in style warning messages. |
Date: |
Sat, 12 Oct 2024 12:07:53 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit a6e9aea6c90b7bb10363924c156959c23ff4bae6
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 11 11:51:09 2024 -0500
[man]: Clarify language in style warning messages.
* tmac/an.tmac (TH): Clarify language in style warning messages.
---
ChangeLog | 4 ++++
tmac/an.tmac | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 897cd8682..0bbdd354e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-11 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * tmac/an.tmac (TH): Clarify language in style warning messages.
+
2024-10-11 G. Branden Robinson <g.branden.robinson@gmail.com>
* tmac/an.tmac (TH): Simplify logic populating center header.
diff --git a/tmac/an.tmac b/tmac/an.tmac
index a231523ab..d45ee1631 100644
--- a/tmac/an.tmac
+++ b/tmac/an.tmac
@@ -337,14 +337,14 @@
. el .ds an-extra2 \" empty; but .AT/.UC can override
.
. if '\\*[an-extra1]'' \{\
-. ds an-msg .\\$0 missing third argument; suggest document\"
+. ds an-msg .\\$0 missing third argument; consider document\"
. as an-msg " modification date in ISO 8601 format (YYYY-MM-DD)\"
. an-style-warn \\*[an-msg]
. rm an-msg
. \}
.
. if '\\*[an-extra2]'' \{\
-. ds an-msg .\\$0 missing fourth argument; suggest package/project\"
+. ds an-msg .\\$0 missing fourth argument; consider package/project\"
. \" Yes, that's one double quote, then three, then two.
. as an-msg " name and version (e.g., """groff 1.23.0"")\"
. an-style-warn \\*[an-msg]
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 17/30: [man]: Clarify language in style warning messages.,
G. Branden Robinson <=