diff --git a/src/editfns.c b/src/editfns.c index 20cb3a80c7b..835e432ae3d 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3867,7 +3867,8 @@ specifiers, as follows: %character -where flags is [+ #-0]+, width is [0-9]+, and precision is .[0-9]+ +where flags is [+ #-0]+, width is [0-9]+, and precision is a literal +period "." followed by [0-9]+ The + flag character inserts a + before any positive number, while a space inserts a space before any positive number; these flags only