groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/34: src/utils/grog/grog.pl: Tweak comments.


From: G. Branden Robinson
Subject: [groff] 05/34: src/utils/grog/grog.pl: Tweak comments.
Date: Thu, 2 Sep 2021 02:48:30 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 9a0bb9be3d780b421bb96ed2c0a999cd3cce811a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Aug 23 17:03:40 2021 +1000

    src/utils/grog/grog.pl: Tweak comments.
---
 src/utils/grog/grog.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/grog/grog.pl b/src/utils/grog/grog.pl
index e7f6eb0..20cdc2f 100644
--- a/src/utils/grog/grog.pl
+++ b/src/utils/grog/grog.pl
@@ -326,7 +326,7 @@ sub do_line {
                 'ul', 'unformat', 'vpt', 'vs', 'warn', 'warnscale',
                 'wh', 'while', 'write', 'writec', 'writem');
 
-  # Add user-defined macro names to %user_macros.
+  # Add user-defined macro names to %user_macro.
   #
   # Macros can also be defined with .dei{,1}, ami{,1}, but supporting
   # that would be a heavy lift for the benefit of users that probably
@@ -491,7 +491,7 @@ sub infer_preprocessors {
 } # infer_preprocessors()
 
 
-# Return true (1) if a main/full-service/exclusive package is inferred.
+# Return true (1) if either the man or ms package is inferred.
 sub infer_man_or_ms_package {
   my @macro_ms = ('RP', 'TL', 'AU', 'AI', 'DA', 'ND', 'AB', 'AE',
                  'QP', 'QS', 'QE', 'XP',



reply via email to

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