Reword the last change a bit, add mdoc(7) markup.

Discussed with:	bde
This commit is contained in:
Yaroslav Tykhiy 2004-10-25 13:35:03 +00:00
parent 1a1b280063
commit a39fd5061b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136948
2 changed files with 6 additions and 2 deletions

View file

@ -215,7 +215,9 @@ The
system call may also return the following errors:
.Bl -tag -width Er
.It Bq Er EINVAL
The specified file offset is invalid, i.e. negative.
The
.Fa offset
value was negative.
.It Bq Er ESPIPE
The file descriptor is associated with a pipe, socket, or FIFO.
.El

View file

@ -231,7 +231,9 @@ The
system call may also return the following errors:
.Bl -tag -width Er
.It Bq Er EINVAL
The specified file offset is invalid, i.e. negative.
The
.Fa offset
value was negative.
.It Bq Er ESPIPE
The file descriptor is associated with a pipe, socket, or FIFO.
.El