aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-28 13:43:45 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-28 13:43:45 +0000
commit6e1ffb98178deb762bb84be36d36847738e29bd9 (patch)
tree8fb346ea687053ff3a6b15e1bc564a5c6e169c31
parentae050d9ae15be13d841c3f83ee3bd7c7b4ef9b19 (diff)
downloadman-pages-6e1ffb98178deb762bb84be36d36847738e29bd9.tar.gz
Formatting fix
-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').