From f4a3b3219c4f9c5d24145399a602b8829a032c63 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 26 Jun 2019 22:40:05 +0000 Subject: an -> a; --- lib/libc/stdio/printf.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdio') 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 -- cgit v1.2.3-59-g8ed1b