aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_LOOKUP.9
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
commitb92a189eb9b32f7e9db74343d46434b554a67d04 (patch)
tree8f62bd889c8409c4469d8d5c3d7958e7a863f94c /share/man/man9/VOP_LOOKUP.9
parentc23155a43a8fbd8404b4d7bca71c292e92fb4870 (diff)
downloadsrc-b92a189eb9b32f7e9db74343d46434b554a67d04.tar.gz
src-b92a189eb9b32f7e9db74343d46434b554a67d04.zip
mdoc(7) police: Er macro usage cleanup.
Notes
Notes: svn path=/head/; revision=69052
Diffstat (limited to 'share/man/man9/VOP_LOOKUP.9')
-rw-r--r--share/man/man9/VOP_LOOKUP.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index b2f7b24aeb96..12d17e4285ee 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -108,9 +108,9 @@ notfound:
.Bd -filled -offset indent
If creating or renaming and at end of pathname,
return
-.Dv EJUSTRETURN ,
+.Er EJUSTRETURN ,
leaving info on available slots else return
-.Dv ENOENT .
+.Er ENOENT .
.Ed
.Pp
found:
@@ -126,7 +126,7 @@ The directory,
.Fa dvp
should be locked on entry.
If an error (note: the return value
-.Dv EJUSTRETURN
+.Er EJUSTRETURN
is not considered an error)
is detected, it will be returned locked.
Otherwise, it will be unlocked unless both
@@ -153,7 +153,7 @@ or
the flag
.Dv ISLASTCN
is specified and the operation would succeed, the special return value
-.Dv EJUSTRETURN
+.Er EJUSTRETURN
is returned.
Otherwise, an appropriate error code is returned.
.Sh PSEUDOCODE