We neglected to add dprintf/vdprintf to RETURN VALUES when they
were added to the manual.

 - todd

Index: lib/libc/stdio/printf.3
===================================================================
RCS file: /cvs/src/lib/libc/stdio/printf.3,v
retrieving revision 1.75
diff -u -p -u -r1.75 printf.3
--- lib/libc/stdio/printf.3     6 Jun 2016 17:23:28 -0000       1.75
+++ lib/libc/stdio/printf.3     12 Jun 2017 17:43:23 -0000
@@ -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 ,

Reply via email to