Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2006 22:51:24 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys truncate.2
Message-ID:  <200612132251.kBDMpOGf083103@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-12-13 22:51:24 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         truncate.2 
  Log:
  - truncate(2) returns EFBIG if the length argument was greater than the
    maximum file size.
  - truncate(2) returns EINVAL if the length argument was less than 0.
  
  Revision  Changes    Path
  1.20      +9 -1      src/lib/libc/sys/truncate.2



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