From 6f1a1e6143733f5f2853fc3c8efd73c3aa03beeb Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 10 Jul 2007 20:57:30 +0000 Subject: [PATCH] Minor improvements in text describing underlying system calls. --- man2/stat.2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man2/stat.2 b/man2/stat.2 index e79ac14c8..30212ba1d 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