diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-18 14:25:00 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-18 14:25:00 +0000 |
| commit | 647d1abbdbf2d5d75cc8e043b91e852975bb96a6 (patch) | |
| tree | 07b1d14747ae0415ac02ccaed3c0271f88e8b314 | |
| parent | 6982cdd87cbb28bb83e0176ca21310507f3b3328 (diff) | |
| download | man-pages-647d1abbdbf2d5d75cc8e043b91e852975bb96a6.tar.gz | |
Added some .\" comments, and a FIXME.
| -rw-r--r-- | man2/stat.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/stat.2 b/man2/stat.2 index 6a0f147b2e..21279db64b 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -424,6 +424,9 @@ or of the form if neither of these macros is defined. On file systems that do not support sub-second timestamps, these nanosecond fields are returned with the value 0. +.\" As at kernel 2.6.25, XFS and JFS support nanosecond timestamps, +.\" but ext2, ext3, and Reiserfs do not. +.\" FIXME . SUSv4 specifies nanosecond timestamps. For most files under the .I /proc |
