cvs commit: src/share/man/man9 VOP_RENAME.9
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sat Nov 4 23:59:54 UTC 2006
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
More information about the cvs-src
mailing list