mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reword the last change a bit, add mdoc(7) markup.
Discussed with: bde
This commit is contained in:
parent
1a1b280063
commit
a39fd5061b
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue