aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-07-10 20:57:30 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-07-10 20:57:30 +0000
commit6f1a1e6143733f5f2853fc3c8efd73c3aa03beeb (patch)
tree742d8ed335b4c4c8242f9a91b5f09303e45fe0fd
parentbb3b61747ed5c1cf8cb1f17eeebd03738a8b3232 (diff)
downloadman-pages-6f1a1e6143733f5f2853fc3c8efd73c3aa03beeb.tar.gz
Minor improvements in text describing underlying system calls.
-rw-r--r--man2/stat.25
1 files changed, 2 insertions, 3 deletions
diff --git a/man2/stat.2 b/man2/stat.2
index e79ac14c84..30212ba1da 100644
--- a/man2/stat.2
+++ b/man2/stat.2
@@ -440,12 +440,11 @@ and
.IR sys_stat64()
(new in kernel 2.4; slot
.IR __NR_stat64 ).
-The last of these is the most current,
-but the other interfaces must be maintained for the benefit of old binaries.
The glibc
.BR stat ()
wrapper function hides these details from applications,
-invoking the most recent version of the system call provided by the kernel.
+invoking the most recent version of the system call provided by the kernel,
+and repacking the returned information if required for old binaries.
Similar remarks apply for
.BR fstat (2)
and