diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-29 11:01:02 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-18 17:01:49 -0500 |
| commit | 0efb1d6fee7ed733c69f554cb735d7b649e15b8f (patch) | |
| tree | f4ee995cf2116d23bae6f52ba6567b0f4be5854e /man3/strftime.3 | |
| parent | 3f378fb07aefd934c46a1671087ba0d464abdbef (diff) | |
| download | man-pages-0efb1d6fee7ed733c69f554cb735d7b649e15b8f.tar.gz | |
strftime.3: Remove ancient Linux libc details
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/strftime.3')
| -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 |
