diff options
author | grog <grog@FreeBSD.org> | 2012-11-08 02:01:04 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2012-11-08 02:01:04 +0000 |
commit | 8af663c65db48078492379d8dc6a7d55934ea502 (patch) | |
tree | b3b93da18959fd818677402a1923353ee795e8f4 /lib/libc/stdio | |
parent | a4906f7240b5360b91d7f0e46df6def2b10f0279 (diff) | |
download | FreeBSD-src-8af663c65db48078492379d8dc6a7d55934ea502.zip FreeBSD-src-8af663c65db48078492379d8dc6a7d55934ea502.tar.gz |
Clarify that the ' flag is an apostrophe.
MFC after: 2 weeks
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 0d9339e..05c30dc 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -267,7 +267,7 @@ number produced by a signed conversion. A .Cm + overrides a space if both are used. -.It Sq Cm ' +.It So "'" Sc (apostrophe) Decimal conversions .Cm ( d , u , or |