]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fopen.3: tfix
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 14 May 2022 12:30:41 +0000 (14:30 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Sat, 14 May 2022 12:30:45 +0000 (14:30 +0200)
Reported-by: Avinash Sonawane <rootkea@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/fopen.3

index b9bbc47048423c5c98d5ae3fa7fe96812dd30cb1..4650311675174f8ab2b6f87f3c2bb6ff1cd01650 100644 (file)
@@ -114,7 +114,7 @@ Therefore it is good practice (and indeed sometimes necessary
 under Linux) to put an
 .BR fseek (3)
 or
-.BR fgetpos (3)
+.BR fsetpos (3)
 operation between write and read operations on such a stream.
 This operation may be an apparent no-op
 (as in \fIfseek(..., 0L, SEEK_CUR)\fP