Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2006 22:49:28 +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:  <200612092249.kB9MnSun096862@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-12-09 22:49:28 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         truncate.2 
  Log:
  If the named file has its immutable or append-only flag set, truncate(2)
  and ftruncate(2) return EPERM.
  
  Note, that if the append-only flag is set even increasing size of the file
  is not permitted.
  
  Revision  Changes    Path
  1.19      +6 -1      src/lib/libc/sys/truncate.2



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