From 83f0bca3b177bf032b1157a2330c4344a09d209f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 23 Nov 2020 09:40:10 +0100 Subject: [PATCH] lseek64.3: Remove sentence saying lseek64() is an alias for llseek() As far as I can see, it is instead simply an alias for a wrapper that calls _llseek(). Saying it's an alias for "llseek()" seems confusing. Signed-off-by: Michael Kerrisk --- man3/lseek64.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man3/lseek64.3 b/man3/lseek64.3 index 4759e9b1b..7401192c5 100644 --- a/man3/lseek64.3 +++ b/man3/lseek64.3 @@ -114,8 +114,8 @@ is available only when one compiles with The function .BR lseek64 () .\" in glibc 2.0.94, not in 2.0.6 -is available since glibc 2.1, and is defined to be an alias for -.BR llseek (). +is available since glibc 2.1. +.\" .SS llseek() Prototype: .PP