groff-commit
[Top][All Lists]
Advanced

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

[groff] 14/40: pic(1): Tweak discussion of "sprintf" arguments.


From: G. Branden Robinson
Subject: [groff] 14/40: pic(1): Tweak discussion of "sprintf" arguments.
Date: Sat, 12 Nov 2022 14:43:36 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 620f2f5f751e33eb3eb9f2aa956e642dd2dddb5c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 ,



reply via email to

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