summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LINK.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-11-29 11:39:20 +0000
committerru <ru@FreeBSD.org>2002-11-29 11:39:20 +0000
commit6d3a461a4f20776be1a83de2eada39cb152efd48 (patch)
treee178090675cafc86fcb97bb414bb098780299953 /share/man/man9/VOP_LINK.9
parentda32bc58a0c07d9ab5fab6a3dc0c10e746ac2dbd (diff)
downloadFreeBSD-src-6d3a461a4f20776be1a83de2eada39cb152efd48.zip
FreeBSD-src-6d3a461a4f20776be1a83de2eada39cb152efd48.tar.gz
mdoc(7) police: scheduled sweep.
Approved by: re
Diffstat (limited to 'share/man/man9/VOP_LINK.9')
-rw-r--r--share/man/man9/VOP_LINK.914
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man9/VOP_LINK.9 b/share/man/man9/VOP_LINK.9
index 7c355dd..f95c55d 100644
--- a/share/man/man9/VOP_LINK.9
+++ b/share/man/man9/VOP_LINK.9
@@ -52,13 +52,17 @@ the vnode of the file to be linked
pathname information about the file
.El
.Pp
-The pathname info should NOT be released on exit because it is done
+The pathname info should
+.Em not
+be released on exit because it is done
by the caller.
-The directory and file vnodes should NOT be released on exit.
+The directory and file vnodes should
+.Em not
+be released on exit.
.Sh LOCKS
.Xr VOP_LINK 9
expects the directory and file vnodes to be locked on entry and will leave
-the vnodes locked on return.
+the vnodes locked on return.
.Sh RETURN VALUES
Zero is returned if the file was linked successfully, otherwise an
error is returned.
@@ -97,12 +101,8 @@ vop_link(struct vnode *dvp, struct vnode *vp, struct componentname *cnp)
.Bl -tag -width Er
.It Bq Er EMLINK
The file has too many links.
-.El
-.Bl -tag -width Er
.It Bq Er EPERM
The file is immutable.
-.El
-.Bl -tag -width Er
.It Bq Er EXDEV
A hard link is not possible between different file systems.
.El
OpenPOWER on IntegriCloud