diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-17 10:29:09 +0000 | 
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-17 10:29:09 +0000 | 
| commit | 5fdaf178ae4bf6518fdfcf097c53f6a3bdd4a635 (patch) | |
| tree | 518e93f9675f5db2365c4ccc819ef0661be272fc /lib | |
| parent | b98ba4224b53864c7e3282a953cbdcc94581bed5 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 1b5d39725965..d7c808645bb1 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -188,8 +188,12 @@ The resulting file offset would be a value which  cannot be represented correctly in an object of type off_t  for  .Fn fseeko +and +.Fn ftello  or long for -.Fn fseek . +.Fn fseek +and +.Fn ftell .  .El  .Pp  The functions | 
