summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_ACCESS.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_ACCESS.9
parent103fe2262b1ef95d77e650a26a3b298c19bcdcbf (diff)
downloadFreeBSD-src-e725b5966ad6d308cbadae37773aedf79ff20923.zip
FreeBSD-src-e725b5966ad6d308cbadae37773aedf79ff20923.tar.gz
Typo police.
Diffstat (limited to 'share/man/man9/VOP_ACCESS.9')
-rw-r--r--share/man/man9/VOP_ACCESS.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_ACCESS.9 b/share/man/man9/VOP_ACCESS.9
index 6a53d35..05744c8 100644
--- a/share/man/man9/VOP_ACCESS.9
+++ b/share/man/man9/VOP_ACCESS.9
@@ -27,14 +27,14 @@
.\" (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_ACCESS.9,v 1.1 1997/03/03 18:00:01 dfr Exp $
.\"
.Dd July 24, 1996
.Os
.Dt VOP_ACCESS 9
.Sh NAME
.Nm VOP_ACCESS
-.Nd check access permissions of a file or unix domain socket
+.Nd check access permissions of a file or Unix domain socket
.Sh SYNOPSIS
.Fd #include <sys/vnode.h>
.Ft int
@@ -64,7 +64,7 @@ is a mask which can contain
.Sh LOCKS
The vnode should be locked on entry.
.Sh RETURN VALUES
-If the file is accessable in the specified way, then zero is returned,
+If the file is accessible in the specified way, then zero is returned,
otherwise an appropriate error code is returned.
.Sh PSEUDOCODE
.Bd -literal
OpenPOWER on IntegriCloud