diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-28 13:43:45 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-28 13:43:45 +0000 |
| commit | 6e1ffb98178deb762bb84be36d36847738e29bd9 (patch) | |
| tree | 8fb346ea687053ff3a6b15e1bc564a5c6e169c31 /man3/printf.3 | |
| parent | ae050d9ae15be13d841c3f83ee3bd7c7b4ef9b19 (diff) | |
| download | man-pages-6e1ffb98178deb762bb84be36d36847738e29bd9.tar.gz | |
Formatting fix
Diffstat (limited to 'man3/printf.3')
| -rw-r--r-- | man3/printf.3 | 4 |
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'). |
