diff options
| -rw-r--r-- | man3/strftime.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/strftime.3 b/man3/strftime.3 index 269eb36433..18d027c429 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -339,11 +339,11 @@ would exceed bytes, then .BR strftime () returns 0, and the contents of the array are undefined. -(This behavior applies since at least libc 4.4.4; -very old versions of libc, such as libc 4.4.1, -would return -.I max -if the array was too small.) +.\" (This behavior applies since at least libc 4.4.4; +.\" very old versions of libc, such as libc 4.4.1, +.\" would return +.\" .I max +.\" if the array was too small.) .LP Note that the return value 0 does not necessarily indicate an error. For example, in many locales |
