diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-05-14 14:30:41 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-05-14 14:30:45 +0200 |
| commit | adb9a2ee23cb6f3a6d10a620aff3e575aa100fa4 (patch) | |
| tree | c24a93eff74a9b876ee6b3a04a70e362d0ae1331 /man3/fopen.3 | |
| parent | 5b1a141dd2ef8acf38cb225be49f034e329ec367 (diff) | |
| download | man-pages-adb9a2ee23cb6f3a6d10a620aff3e575aa100fa4.tar.gz | |
fopen.3: tfix
Reported-by: Avinash Sonawane <rootkea@gmail.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3/fopen.3')
| -rw-r--r-- | man3/fopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
