summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOOKUP.9
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
committerru <ru@FreeBSD.org>2000-11-22 16:11:48 +0000
commite75ab20d6b4eaec58e390123387f0d0ef2f9f360 (patch)
tree064a66603b9a3557325a005737c8a7027ea73713 /share/man/man9/VOP_LOOKUP.9
parentbdc5340b39fbc40a64feadf0d2fd65beca35a320 (diff)
downloadFreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.zip
FreeBSD-src-e75ab20d6b4eaec58e390123387f0d0ef2f9f360.tar.gz
mdoc(7) police: Er macro usage cleanup.
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 b2f7b24..12d17e4 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
OpenPOWER on IntegriCloud