gbranden pushed a commit to branch master
in repository groff.

commit 282382f6b1e69f69c4826ba433564c791e325312
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Sep 10 23:13:44 2024 -0500

    groff(7): Apply argument nomenclature.
---
 man/groff.7.man | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index b2fdb5b68..14db5ac11 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -4423,15 +4423,15 @@ of the selected font's
 parameter.
 .
 .TPx
-.REQ .stringdown stringvar
+.REQ .stringdown str
 Replace each byte in the string named
-.I stringvar
+.I str
 with its lowercase version.
 .
 .TPx
-.REQ .stringup stringvar
+.REQ .stringup str
 Replace each byte in the string named
-.I stringvar
+.I str
 with its uppercase version.
 .
 .TPx

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

Reply via email to