aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.34
1 files changed, 3 insertions, 1 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index e7d271e72a..8e0670a31c 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -108,7 +108,9 @@ are converted for output.
Upon successful return, these functions return the number of characters
printed (not including the trailing '\e0' used to end output to strings).
The functions
-.BR snprintf " and " vsnprintf
+.BR snprintf ()
+and
+.BR vsnprintf ()
do not write more than
.I size
bytes (including the trailing '\e0').