summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2019-06-26 22:40:05 +0000
committerjmc <jmc@openbsd.org>2019-06-26 22:40:05 +0000
commitf4a3b3219c4f9c5d24145399a602b8829a032c63 (patch)
tree35709384dab624fa17eec0de696c2182e14405fc /lib/libc/stdio
parentRemove unneeded unlink of xauthfile on error path. From Erik Sjölund via (diff)
downloadwireguard-openbsd-f4a3b3219c4f9c5d24145399a602b8829a032c63.tar.xz
wireguard-openbsd-f4a3b3219c4f9c5d24145399a602b8829a032c63.zip
an -> a;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/printf.34
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