--- cci/usr/src/man/man2/rename.2 2019/07/28 12:24:19 1.1 +++ cci/usr/src/man/man2/rename.2 2019/07/28 12:26:25 1.1.1.2 @@ -28,7 +28,7 @@ non-directories), and must reside on the .I Rename guarantees that an instance of .I to -will always exist, even if the system should crash in +always exists, even if the system should crash in the middle of the operation. .SH CAVEAT The system can deadlock if a loop in the file system graph is present. @@ -52,7 +52,7 @@ returns \-1 and the global variable indicates the reason for the failure. .SH "ERRORS .I Rename -will fail and neither of the argument files will be +fails and neither of the argument files are affected if any of the following are true: .TP 15 [ENOTDIR] @@ -74,7 +74,7 @@ user ID is not super-user. [EXDEV] The link named by \fIto\fP and the file named by \fIfrom\fP are on different logical devices (file systems). Note that this error -code will not be returned if the implementation permits cross-device +code is not returned if the implementation permits cross-device links. .TP 15 [EACCES]