diff options
Diffstat (limited to 'man3/fopen.3')
| -rw-r--r-- | man3/fopen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3 index 7e6338f1d4..4f3f781dcb 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -113,9 +113,9 @@ between output and input, unless an input operation encounters end-of-file. result of writes other than the most recent.) Therefore it is good practice (and indeed sometimes necessary under Linux) to put an -.B fseek +.BR fseek () or -.B fgetpos +.BR fgetpos () operation between write and read operations on such a stream. This operation may be an apparent no-op (as in \fIfseek(..., 0L, SEEK_CUR)\fR called for its synchronizing side effect. |
