summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rename.2
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
committerdd <dd@FreeBSD.org>2001-07-15 07:53:42 +0000
commita145482cf625d5f04072fd1d20b5c2062cbe8e47 (patch)
treed6c008b8ae357e7c4c800baa477713b82a6ee2f2 /lib/libc/sys/rename.2
parent0d7bb1fec635c87e914e57048716adc5a87cfe22 (diff)
downloadFreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.zip
FreeBSD-src-a145482cf625d5f04072fd1d20b5c2062cbe8e47.tar.gz
Remove whitespace at EOL.
Diffstat (limited to 'lib/libc/sys/rename.2')
-rw-r--r--lib/libc/sys/rename.210
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/rename.2 b/lib/libc/sys/rename.2
index 91bf125..41edfaf 100644
--- a/lib/libc/sys/rename.2
+++ b/lib/libc/sys/rename.2
@@ -50,10 +50,10 @@ causes the link named
.Fa from
to be renamed as
.Fa to .
-If
+If
.Fa to
exists, it is first removed.
-Both
+Both
.Fa from
and
.Fa to
@@ -92,7 +92,7 @@ not the file or directory to which it points.
.\".Ql rename a/foo b/bar
.\"and
.\".Ql rename b/bar a/foo ,
-.\"respectively,
+.\"respectively,
.\"the system may deadlock attempting to lock
.\"both directories for modification.
.\"Hard links to directories should be
@@ -100,7 +100,7 @@ not the file or directory to which it points.
.Sh RETURN VALUES
A 0 value is returned if the operation succeeds, otherwise
.Fn rename
-returns -1 and the global variable
+returns -1 and the global variable
.Va errno
indicates the reason for the failure.
.Sh ERRORS
@@ -197,5 +197,5 @@ is a directory and is not empty.
.Sh STANDARDS
The
.Fn rename
-function call is expected to conform to
+function call is expected to conform to
.St -p1003.1-90 .
OpenPOWER on IntegriCloud