diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-06-29 10:40:28 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-18 17:01:49 -0500 |
| commit | eb4a2faa88890d259f6d5eece7f671e1b0e3fd1e (patch) | |
| tree | 04d69aadac6359cb81d87339e01924d2009e8b7c /man3/ftime.3 | |
| parent | 04e1cdc9641f6fa2872c4631f863796ef20a917c (diff) | |
| download | man-pages-eb4a2faa88890d259f6d5eece7f671e1b0e3fd1e.tar.gz | |
ftime.3: Remove ancient Linux libc details
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/ftime.3')
| -rw-r--r-- | man3/ftime.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/ftime.3 b/man3/ftime.3 index 1ac4fd6737..49a0cd0bce 100644 --- a/man3/ftime.3 +++ b/man3/ftime.3 @@ -89,8 +89,9 @@ gives microseconds; gives nanoseconds but is not as widely available. .SH BUGS .LP -Under libc4 and libc5 the \fImillitm\fP field is meaningful. -But early glibc2 is buggy and returns 0 there; +Early glibc2 is buggy and returns 0 in the +.I millitm +field; glibc 2.1.1 is correct again. .\" .SH HISTORY .\" The |
