Author: pluknet Date: Thu Jan 30 05:37:17 2014 New Revision: 261281 URL: http://svnweb.freebsd.org/changeset/base/261281
Log: MFC r261075: Update EINVAL description. Modified: stable/9/lib/libc/sys/posix_fallocate.2 Directory Properties: stable/9/lib/libc/ (props changed) stable/9/lib/libc/sys/ (props changed) Modified: stable/9/lib/libc/sys/posix_fallocate.2 ============================================================================== --- stable/9/lib/libc/sys/posix_fallocate.2 Thu Jan 30 05:35:12 2014 (r261280) +++ stable/9/lib/libc/sys/posix_fallocate.2 Thu Jan 30 05:37:17 2014 (r261281) @@ -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 @@ -108,7 +108,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 _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"