diff options
Diffstat (limited to 'lib/libc/sys/lseek.2')
| -rw-r--r-- | lib/libc/sys/lseek.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2 index f6d8e88425c1..53db4c32da4a 100644 --- a/lib/libc/sys/lseek.2 +++ b/lib/libc/sys/lseek.2 @@ -92,7 +92,7 @@ The function allows the file offset to be set beyond the end of the existing end-of-file of the file. If data is later written at this point, subsequent reads of the data in the gap return -bytes of zeros (until data is actualy written into the gap). +bytes of zeros (until data is actually written into the gap). .Pp Some devices are incapable of seeking. The value of the pointer associated with such a device is undefined. @@ -100,7 +100,7 @@ associated with such a device is undefined. Upon successful completion, .Fn lseek returns the resulting offset location as measured in bytes from the -begining of the file. +beginning of the file. Otherwise, a value of -1 is returned and .Va errno |
