summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2017-06-12 18:37:12 +0000
committermillert <millert@openbsd.org>2017-06-12 18:37:12 +0000
commita9760798a08888acd74b2d6de599f34fe78a6deb (patch)
tree8bd4f8d7dcfd50897414f42130f075458a5a80c5
parentBackout last change to remove esym .data patching because it breaks (diff)
downloadwireguard-openbsd-a9760798a08888acd74b2d6de599f34fe78a6deb.tar.xz
wireguard-openbsd-a9760798a08888acd74b2d6de599f34fe78a6deb.zip
Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@
-rw-r--r--lib/libc/stdio/printf.36
1 files changed, 4 insertions, 2 deletions
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 ,