summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 08:33:38 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-06-29 09:49:08 +0200
commitf835f2c4d960f9095d3952ddb166292895d5b900 (patch)
treef39f96cfaa51d48f438dc803bdaf39a41ef8db63
parentfb307ec73265a353beca687bd57eca002b7c78b3 (diff)
printf.3: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/printf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 743f113d2..fc0cbfb13 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -355,7 +355,7 @@ A
overrides a space if both are used.
.PP
The five flag characters above are defined in the C standard.
-The SUSv2 specifies one further flag character.
+SUSv2 specifies one further flag character.
.TP
.B \(aq
For decimal conversion
@@ -547,7 +547,7 @@ A following integer conversion corresponds to a
.I ptrdiff_t
argument.
.PP
-The SUSv2 knows about only the length modifiers
+SUSv2 knows about only the length modifiers
.B h
(in
.BR hd ,
@@ -646,7 +646,7 @@ If the precision is missing, it is taken as
6; if the precision is explicitly zero, no decimal-point character appears.
If a decimal point appears, at least one digit appears before it.
-(The SUSv2 does not know about
+(SUSv2 does not know about
.B F
and says that character string representations for infinity and NaN
may be made available.