gbranden pushed a commit to branch master
in repository groff.

commit aa80384eef24bcee5e4e19861b66d3b08396a095
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Oct 11 09:00:37 2022 -0500

    [docs]: Fix grammar nit.
    
    Use adverbial forms for adverbs.
---
 doc/groff.texi       | 2 +-
 man/groff_diff.7.man | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 26211c045..f20411539 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -12303,7 +12303,7 @@ for details on nodes inserted additionally by GNU 
@code{troff}.
 @Defreq {substring, str start [@Var{end}]}
 @cindex substring (@code{substring})
 Replace the string named @var{str} with its substring bounded by the
-indices @var{start} and @var{end}, inclusive.  The first character in
+indices @var{start} and @var{end}, inclusively.  The first character in
 the string has index@tie{}0.  If @var{end} is omitted, it is implicitly
 set to the largest valid value (the string length minus one).  Negative
 indices count backward from the end of the string:@: the last character
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index a1c26fb40..a9b9ce9b8 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3348,7 +3348,7 @@ with its substring bounded by the indices
 .I start
 and
 .IR end ,
-inclusive.
+inclusively.
 .
 The first character in the string has index\~0.
 .

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

Reply via email to