From adb9a2ee23cb6f3a6d10a620aff3e575aa100fa4 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 14 May 2022 14:30:41 +0200 Subject: [PATCH] fopen.3: tfix Reported-by: Avinash Sonawane Signed-off-by: Alejandro Colomar --- man3/fopen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2