summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_RENAME.9
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-04 06:20:48 +0000
committermpp <mpp@FreeBSD.org>1997-03-04 06:20:48 +0000
commite725b5966ad6d308cbadae37773aedf79ff20923 (patch)
tree2e29b0aeccdaba0228e59dfc906815c901c95433 /share/man/man9/VOP_RENAME.9
parent103fe2262b1ef95d77e650a26a3b298c19bcdcbf (diff)
downloadFreeBSD-src-e725b5966ad6d308cbadae37773aedf79ff20923.zip
FreeBSD-src-e725b5966ad6d308cbadae37773aedf79ff20923.tar.gz
Typo police.
Diffstat (limited to 'share/man/man9/VOP_RENAME.9')
-rw-r--r--share/man/man9/VOP_RENAME.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_RENAME.9 b/share/man/man9/VOP_RENAME.9
index 889c51c..b9df86b 100644
--- a/share/man/man9/VOP_RENAME.9
+++ b/share/man/man9/VOP_RENAME.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: VOP_RENAME.9,v 1.1 1997/03/03 18:00:38 dfr Exp $
.\"
.Dd July 24, 1996
.Os
@@ -47,7 +47,7 @@ Its arguments are:
.It Ar fdvp
the vnode of the old parent directory
.It Ar fvp
-the vnode of the file to be renameed
+the vnode of the file to be renamed
.It Ar fcnp
pathname information about the file's current name
.It Ar tdvp
@@ -161,7 +161,7 @@ vop_rename(struct vnode *fdvp, struct vnode *fvp, struct componentname *fcnp,
/*
* If ".." must be changed (ie the directory gets a new
* parent) then the source directory must not be in the
- * directory heirarchy above the target, as this would
+ * directory hierarchy above the target, as this would
* orphan everything below the source directory. Also
* the user must have write permission in the source so
* as to be able to change "..".
OpenPOWER on IntegriCloud