]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/: Refer to _llseek(2), not llseek(2)
authorAlejandro Colomar <alx@kernel.org>
Sat, 6 Jun 2026 17:56:08 +0000 (19:56 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 6 Jun 2026 17:59:38 +0000 (19:59 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/lseek64.3
man/man3type/off_t.3type

index 88c1443a6aa1273f16de5a3a06dcbf95538ef7ec..07213bcb91262009f1254044f9e6f3ed2e9ede8c 100644 (file)
@@ -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)
index df3c9e9788be6f2c3047d4bfef4291133fe1248f..3090c1fac2203a529ca8a5b5c1eb6a0ee730d86e 100644 (file)
@@ -76,7 +76,7 @@ and
 .IR <unistd.h> .
 .SH SEE ALSO
 .BR copy_file_range (2),
-.BR llseek (2),
+.BR _llseek (2),
 .BR lseek (2),
 .BR mmap (2),
 .BR posix_fadvise (2),