diff options
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index 4e35784e554..3f1b3aa4b75 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -3031,7 +3031,7 @@ width, and precision specifiers, as follows: %<field><flags><width><precision>character where field is [0-9]+ followed by a literal dollar "$", flags is -[+ #-0]+, width is [0-9]+, and precision is a literal period "." +[+ #0-]+, width is [0-9]+, and precision is a literal period "." followed by [0-9]+. If a %-sequence is numbered with a field with positive value N, the |
