aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/VOP_LOOKUP.9
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2002-09-18 09:34:01 +0000
committerDon Lewis <truckman@FreeBSD.org>2002-09-18 09:34:01 +0000
commitcc25845767d85c7db538ef1779f7d30ecbc036ce (patch)
tree064d3abd19684303b4c1bfc115c2665ff517cebf /share/man/man9/VOP_LOOKUP.9
parent3c2f5c3cc877b647be3ed516eb41a7ff376752cf (diff)
downloadsrc-cc25845767d85c7db538ef1779f7d30ecbc036ce.tar.gz
src-cc25845767d85c7db538ef1779f7d30ecbc036ce.zip
Style and markup changes only.
Capitalize the first letter of the descriptions for the entries in the ERRORS section if they are complete sentences and end the sentences with periods.
Notes
Notes: svn path=/head/; revision=103534
Diffstat (limited to 'share/man/man9/VOP_LOOKUP.9')
-rw-r--r--share/man/man9/VOP_LOOKUP.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index ad9ca0eb149c..e44f1f20ffe8 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -421,13 +421,13 @@ The component
.Fa dvp
was not found in this directory.
.It Bq Er EACCES
-access for the specified operation is denied.
+Access for the specified operation is denied.
.It Bq Er EJUSTRETURN
-a
+A
.Dv CREATE
or
.Dv RENAME
-operation would be successful
+operation would be successful.
.El
.Sh SEE ALSO
.Xr VOP_ACCESS 9 ,