]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
lseek64.3: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 23 Nov 2020 08:27:06 +0000 (09:27 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 23 Nov 2020 08:31:01 +0000 (09:31 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/lseek64.3

index 387519718dfa6f5c41fea22a54ac0640aa3c7158..6ee42e5db505240e5cfca7d82d243da1e68c4c19 100644 (file)
@@ -96,9 +96,9 @@ Prototype:
 .EE
 .in
 .PP
-The library routine
+The
 .BR lseek64 ()
-uses a 64-bit type even when
+library function uses a 64-bit type even when
 .I off_t
 is a 32-bit type.
 Its prototype (and the type
@@ -128,10 +128,9 @@ Prototype:
 The type
 .I loff_t
 is a 64-bit signed type.
-The library routine
+The
 .BR llseek ()
-.\" in libc 5.0.9, not in 4.7.6
-is available in glibc and works without special defines.
+library function is available in glibc and works without special defines.
 However, the glibc headers do not provide a prototype.
 Users should add
 the above prototype, or something equivalent, to their own source.