diff options
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index c87c8024c38..ac2e35e8650 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.80 2019/06/26 21:13:23 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.81 2019/06/26 22:40:05 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -147,7 +147,7 @@ is zero, may be a null pointer and no characters will be written; the number of bytes that would have been written excluding the terminating .Ql \e0 -byte, or \-1 on error, will be returned (but due to an weakness in POSIX +byte, or \-1 on error, will be returned (but due to a weakness in POSIX should be checked with < 0). .Pp .Fn sprintf |