Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2001 09:12:42 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 VOP_RDWR.9
Message-ID:  <200106151612.f5FGChQ00554@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/06/15 09:12:42 PDT

  Modified files:
    share/man/man9       VOP_RDWR.9 
  Log:
  o The VOP_RDWR man page neglected to mention (at least) two error modes
    possible when writing:
  
       [EFBIG]            An attempt was made to write a file that exceeds
                          the process's file size limit or the maximum file
                          size.
  
       [EPERM]            An append-only flag is set on the file, but the
                          caller is attempting to write before the current
                          end of file.
  
  Revision  Changes    Path
  1.10      +7 -1      src/share/man/man9/VOP_RDWR.9


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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