diff options
Diffstat (limited to 'lib/libc/stdio/fseek.3')
| -rw-r--r-- | lib/libc/stdio/fseek.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index b37aa176df1f..1b5d39725965 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -185,7 +185,11 @@ The resulting file-position indicator would be set to a negative value. .It Bq Er EOVERFLOW The resulting file offset would be a value which -cannot be represented correctly in an object of type requested. +cannot be represented correctly in an object of type off_t +for +.Fn fseeko +or long for +.Fn fseek . .El .Pp The functions |
