aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-05-07 10:34:01 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-24 09:32:15 +0200
commitdb39a6794547acce1b1e13364c89f442177509c7 (patch)
tree582b467d93dff9e817f5ed59f033224d3adc0f21
parent72836d5146b8812d097c2052cd0fb82862a2d3b6 (diff)
downloadman-pages-db39a6794547acce1b1e13364c89f442177509c7.tar.gz
printf.3: Describe dprintf() and vdprintf()
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/printf.37
1 files changed, 7 insertions, 0 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index edb92f09a1..c20cd5343d 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -890,6 +890,13 @@ POSIX.1-2001, POSIX.1-2008, C89, C99.
.BR snprintf (),
.BR vsnprintf ():
POSIX.1-2001, POSIX.1-2008, C99.
+
+The
+.BR dprintf ()
+and
+.BR vdprintf ()
+functions were originally GNU extensions that were later standardized
+in POSIX.1-2008.
.PP
Concerning the return value of
.BR snprintf (),