From 5af0d2f5d3f011c41de585df475103bab0383d9a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 5 Dec 2008 15:01:19 -0500 Subject: [PATCH] pread.2: Minor rewording Signed-off-by: Michael Kerrisk --- man2/pread.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/pread.2 b/man2/pread.2 index e548c4c6c..c075e3679 100644 --- a/man2/pread.2 +++ b/man2/pread.2 @@ -92,7 +92,7 @@ and system calls were added to Linux in version 2.1.60; the entries in the i386 system call table were added in 2.1.69. -The libc support (including emulation using +C library support (including emulation using .BR lseek (2) on older kernels without the system calls) was added in glibc 2.1. .SH "CONFORMING TO"