mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update EINVAL description.
This matches current POSIX standards and actual FreeBSD behavior. MFC after: 1 week
This commit is contained in:
parent
36736912b6
commit
dccae053f7
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" @(#)open.2 8.2 (Berkeley) 11/16/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 25, 2012
|
||||
.Dd January 23, 2014
|
||||
.Dt POSIX_FALLOCATE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -107,7 +107,7 @@ A signal was caught during execution.
|
|||
.It Bq Er EINVAL
|
||||
The
|
||||
.Fa len
|
||||
argument was zero or the
|
||||
argument was less than or equal to zero or the
|
||||
.Fa offset
|
||||
argument was less than zero.
|
||||
.It Bq Er EIO
|
||||
|
|
|
|||
Loading…
Reference in a new issue