gbranden pushed a commit to branch master
in repository groff.

commit 620f2f5f751e33eb3eb9f2aa956e642dd2dddb5c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Nov 8 07:18:16 2022 -0600

    pic(1): Tweak discussion of "sprintf" arguments.
    
    * Refer to the format string using language more reminiscent of the C
      standard.
    * Clarify description of space as a conversion modifier.
---
 src/preproc/pic/pic.1.man | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/preproc/pic/pic.1.man b/src/preproc/pic/pic.1.man
index 4a1a9c325..27c58f497 100644
--- a/src/preproc/pic/pic.1.man
+++ b/src/preproc/pic/pic.1.man
@@ -1056,14 +1056,14 @@ which should be a string as described in
 .MR printf 3
 appropriate for the number of arguments supplied.
 .
-Only the flags
+Only the modifiers
 .RB \[lq] # \[rq],
 .RB \[lq] \- \[rq],
 .RB \[lq] + \[rq],
-and \[lq]\~\[rq] [sp]ace),
+and \[lq]\~\[rq] [space]),
 a minimum field width,
 an optional precision,
-and the conversion specifications
+and the conversion specifiers
 .BR %e ,
 .BR %E ,
 .BR %f ,

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

Reply via email to