Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 09:37:04 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261075 - head/lib/libc/sys
Message-ID:  <201401230937.s0N9b4sv059112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Jan 23 09:37:03 2014
New Revision: 261075
URL: http://svnweb.freebsd.org/changeset/base/261075

Log:
  Update EINVAL description.
  This matches current POSIX standards and actual FreeBSD behavior.
  
  MFC after:	1 week

Modified:
  head/lib/libc/sys/posix_fallocate.2

Modified: head/lib/libc/sys/posix_fallocate.2
==============================================================================
--- head/lib/libc/sys/posix_fallocate.2	Thu Jan 23 06:06:50 2014	(r261074)
+++ head/lib/libc/sys/posix_fallocate.2	Thu Jan 23 09:37:03 2014	(r261075)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230937.s0N9b4sv059112>