From: Alejandro Colomar Date: Sat, 6 Jun 2026 17:56:08 +0000 (+0200) Subject: man/: Refer to _llseek(2), not llseek(2) X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5c1925707c0a8eda52c150578dfacdbdaa422585;p=thirdparty%2Fman-pages.git man/: Refer to _llseek(2), not llseek(2) Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/lseek64.3 b/man/man3/lseek64.3 index 88c1443a6..07213bcb9 100644 --- a/man/man3/lseek64.3 +++ b/man/man3/lseek64.3 @@ -119,7 +119,7 @@ The prototype is: .in .P For more details, see -.BR llseek (2). +.BR _llseek (2). .P 64-bit systems don't need an .BR _llseek () @@ -173,5 +173,5 @@ if the macro .B _FILE_OFFSET_BITS is defined with the value 64. .SH SEE ALSO -.BR llseek (2), +.BR _llseek (2), .BR lseek (2) diff --git a/man/man3type/off_t.3type b/man/man3type/off_t.3type index df3c9e978..3090c1fac 100644 --- a/man/man3type/off_t.3type +++ b/man/man3type/off_t.3type @@ -76,7 +76,7 @@ and .IR . .SH SEE ALSO .BR copy_file_range (2), -.BR llseek (2), +.BR _llseek (2), .BR lseek (2), .BR mmap (2), .BR posix_fadvise (2),