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 <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-11-23 09:40:10 +01:00
parent 50f5ae5389
commit 83f0bca3b1
1 changed files with 2 additions and 2 deletions

View File

@ -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