diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-26 22:40:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-06-26 22:40:06 +0000 |
commit | 681f3bc00cb8e3c9080bdb4bb190c2e334c3ba96 (patch) | |
tree | eaf7f2293e4018ac326efce0122c8d78ef1fecfa /lib/libc/stdio/printf.3 | |
parent | 7e67905b440b8ac19c334e98807f39a5a53d9c20 (diff) |
an -> a;
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 |