summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 09:27:34 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-04 09:27:34 +0200
commit533b9c5cb3e84c48e41d0f76edff8cf39cf4f453 (patch)
treead389cfb1ec9dc8361ca70acae2128739a8b4fc9
parentabbcef30df66e01e4afc5d676c20ce43d995d017 (diff)
printf.3: srcfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/printf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 61f8e4d5..20a3b5d8 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -410,8 +410,8 @@ is given in the next argument, or in the m-th argument, respectively,
which must be of type
.IR int .
If the precision is given as just \(aq.\(aq, the precision is taken to
-be zero. A negative precision is taken as if the precision were
-omitted.
+be zero.
+A negative precision is taken as if the precision were omitted.
This gives the minimum number of digits to appear for
.BR d ,
.BR i ,