Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2006 23:59:51 +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/share/man/man9 VOP_RENAME.9
Message-ID:  <200611042359.kA4NxphE080277@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-11-04 23:59:51 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       VOP_RENAME.9 
  Log:
  When the source and destination objects for VOP_RENAME() are the same,
  POSIX advice to just ignore the operation and return 0.
  We already handle this case in kern_rename(), but don't give bad example -
  the source is not removed.
  
  Revision  Changes    Path
  1.22      +6 -27     src/share/man/man9/VOP_RENAME.9



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