diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2017-06-12 18:37:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2017-06-12 18:37:13 +0000 |
commit | f31b5086ea9cba0372aee983c79263f4876d56d7 (patch) | |
tree | e6307859d0ca49e2df07794a4a4e3f8fe69da722 | |
parent | 22655b0b7e685f5c880d295a35f473c367417cd0 (diff) |
Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@
-rw-r--r-- | lib/libc/stdio/printf.3 | 6 |
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 , |