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