aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 7dc563c0e5..946a591a5b 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -44,7 +44,7 @@ vsprintf, vsnprintf \- formatted output conversion
.BI "int dprintf(int " fd ", const char *" format ", ...);"
.BI "int sprintf(char *" str ", const char *" format ", ...);"
.BI "int snprintf(char *" str ", size_t " size ", const char *" format ", ...);"
-
+.PP
.B #include <stdarg.h>
.PP
.BI "int vprintf(const char *" format ", va_list " ap );