summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RENAME.9
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2002-09-18 22:12:43 +0000
committertruckman <truckman@FreeBSD.org>2002-09-18 22:12:43 +0000
commiteaacaad4984c4f32c60d838eb6a4b6b3ea6d8993 (patch)
tree06de2521edbe95dd25ad7429cae77690cf734238 /share/man/man9/VOP_RENAME.9
parentc0ce23344e79272e506fece17bdcdbe98543f8ae (diff)
downloadFreeBSD-src-eaacaad4984c4f32c60d838eb6a4b6b3ea6d8993.zip
FreeBSD-src-eaacaad4984c4f32c60d838eb6a4b6b3ea6d8993.tar.gz
Convert descriptions in the ERRORS section to full sentences if they
were not full sentences, elaborating as necessary.
Diffstat (limited to 'share/man/man9/VOP_RENAME.9')
-rw-r--r--share/man/man9/VOP_RENAME.912
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index 6a5c9ba..2424e13 100644
--- a/share/man/man9/VOP_RENAME.9
+++ b/share/man/man9/VOP_RENAME.9
@@ -295,13 +295,17 @@ out:
.It Bq Er EPERM
The file is immutable.
.It Bq Er EXDEV
-cross device move
+It is not possible to rename a file between different file systems.
.It Bq Er EINVAL
-illegal directory rename
+An attempt was made to rename
+.Ql .\&
+or
+.Ql \&.. ,
+or a perform an operation which would break the directory tree structure.
.It Bq Er ENOTDIR
-attempt to rename a directory to a file or vice versa
+An attempt was made to rename a directory to a file or vice versa.
.It Bq Er ENOTEMPTY
-attempt to remove a directory which is not empty
+An attempt was made to remove a directory which is not empty.
.El
.Sh SEE ALSO
.Xr vnode 9
OpenPOWER on IntegriCloud