lseek.2: Minor wording changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-11 06:37:08 +02:00
parent 36f9a7fea1
commit b3a452706f
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
.\" Modified 2001-09-24 by Michael Haardt <michael@moria.de>
.\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl>
.\"
.TH LSEEK 2 2001-09-24 "Linux" "Linux Programmer's Manual"
.TH LSEEK 2 2010-09-11 "Linux" "Linux Programmer's Manual"
.SH NAME
lseek \- reposition read/write file offset
.SH SYNOPSIS
@ -88,7 +88,7 @@ Upon successful completion,
.BR lseek ()
returns the resulting offset location as measured in bytes from the
beginning of the file.
Otherwise, a value of \fI(off_t)\ \-1\fP is returned and
On error, the value \fI(off_t)\ \-1\fP is returned and
.I errno
is set to indicate the error.
.SH ERRORS