summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-11-29 03:17:12 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-11-29 03:17:12 +0000
commit48343ec717718cd3978f6cf6152fb097f8ab4c94 (patch)
treefb251f13ea5d634dbd4643ee1b9f09a3a368898e /lib/libc
parentb8be92123e7f456e48b53527aa95f9fb4360dfed (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/rename.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2
index 2ef23f7bf9b3..b887d08552fe 100644
--- a/lib/libc/sys/rename.2
+++ b/lib/libc/sys/rename.2
@@ -61,7 +61,9 @@ must be of the same type (that is, both directories or both
non-directories), and must reside on the same file system.
.Pp
.Fn Rename
-guarantees that an instance of
+guarantees that if
+.Fa to
+already exists, an instance of
.Fa to
will always exist, even if the system should crash in
the middle of the operation.