cvs commit: src/lib/libc/sys truncate.2

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Dec 13 14:51:25 PST 2006


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


More information about the cvs-src mailing list