From: millert Date: Mon, 12 Jun 2017 18:37:12 +0000 (+0000) Subject: Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a9760798a08888acd74b2d6de599f34fe78a6deb;p=openbsd Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@ --- diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index c934cea6d46..6f541f51bd5 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.75 2016/06/06 17:23:28 millert Exp $ +.\" $OpenBSD: printf.3,v 1.76 2017/06/12 18:37:12 millert 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: June 6 2016 $ +.Dd $Mdocdate: June 12 2017 $ .Dt PRINTF 3 .Os .Sh NAME @@ -646,9 +646,11 @@ less than 0 is returned. .Pp The .Fn printf , +.Fn dprintf , .Fn fprintf , .Fn sprintf , .Fn vprintf , +.Fn vdprintf , .Fn vfprintf , .Fn vsprintf , .Fn asprintf ,