summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2014-01-30 05:35:12 +0000
committerpluknet <pluknet@FreeBSD.org>2014-01-30 05:35:12 +0000
commit3368a0c1810b02e4ed8fa062c6aba0c26aa82b7f (patch)
treec48dd97145195327b94c7c46d28999489a1d744b /lib
parent5c6caa4224e7bcf4d0391cc71e9e5beb4d1ab8e2 (diff)
downloadFreeBSD-src-3368a0c1810b02e4ed8fa062c6aba0c26aa82b7f.zip
FreeBSD-src-3368a0c1810b02e4ed8fa062c6aba0c26aa82b7f.tar.gz
Update EINVAL description.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/posix_fallocate.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/posix_fallocate.2 b/lib/libc/sys/posix_fallocate.2
index 087c68c..7b17133 100644
--- a/lib/libc/sys/posix_fallocate.2
+++ b/lib/libc/sys/posix_fallocate.2
@@ -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
OpenPOWER on IntegriCloud