diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/printf.3 | 8 | ||||
-rw-r--r-- | lib/libc/stdio/tmpnam.3 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 10e4a2cd9db..76a260f78ea 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.71 2015/01/13 14:02:30 schwarze Exp $ +.\" $OpenBSD: printf.3,v 1.72 2015/02/28 21:51:57 bentley Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: January 13 2015 $ +.Dd $Mdocdate: February 28 2015 $ .Dt PRINTF 3 .Os .Sh NAME @@ -451,7 +451,7 @@ The .Li double argument is rounded and converted in the style .Sm off -.Pf [\-]d Cm \&. No ddd Cm e No \*(Pmdd +.Pf [\-]d Cm \&. No ddd Cm e No \(+-dd .Sm on where there is one digit before the decimal-point character @@ -542,7 +542,7 @@ The .Li double argument is rounded and converted to hexadecimal notation in the style .Sm off -.Pf [\-]0xh Cm \&. No hhh Cm p No [\*(Pm]d +.Pf [\-]0xh Cm \&. No hhh Cm p No [\(+-]d .Sm on where the number of digits after the hexadecimal-point character is equal to the precision specification. diff --git a/lib/libc/stdio/tmpnam.3 b/lib/libc/stdio/tmpnam.3 index 29d151a683a..ab969a9a61f 100644 --- a/lib/libc/stdio/tmpnam.3 +++ b/lib/libc/stdio/tmpnam.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmpnam.3,v 1.20 2015/01/13 14:02:30 schwarze Exp $ +.\" $OpenBSD: tmpnam.3,v 1.21 2015/02/28 21:51:57 bentley Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: January 13 2015 $ +.Dd $Mdocdate: February 28 2015 $ .Dt TMPFILE 3 .Os .Sh NAME @@ -60,7 +60,7 @@ reference to it is closed. Since .Xr mkstemp 3 creates the file with mode -.Dv S_IRUSR \*(Ba S_IWUSR , +.Dv S_IRUSR | S_IWUSR , after the unlink, .Xr fchown 2 and |