From: Alejandro Colomar Date: Sat, 14 May 2022 12:30:41 +0000 (+0200) Subject: fopen.3: tfix X-Git-Tag: man-pages-5.19-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb9a2ee23cb6f3a6d10a620aff3e575aa100fa4;p=thirdparty%2Fman-pages.git fopen.3: tfix Reported-by: Avinash Sonawane Signed-off-by: Alejandro Colomar --- diff --git a/man3/fopen.3 b/man3/fopen.3 index b9bbc47048..4650311675 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -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