mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
Fix typo (s/existance/existence/)
Noticed by: ceri
This commit is contained in:
parent
ecc26b5d07
commit
08a155ad22
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" @(#)access.2 8.2 (Berkeley) 4/1/94
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 16, 2007
|
||||
.Dd February 11, 2007
|
||||
.Dt ACCESS 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -147,7 +147,7 @@ make sense for particular filesystem objects (e.g. 'delete' menu
|
|||
item only highlighted in a writable folder ... avoiding interpretation
|
||||
of the st_mode bits that the application might not understand --
|
||||
e.g. in the case of AFS).
|
||||
It also allows a cheaper file existance test than
|
||||
It also allows a cheaper file existence test than
|
||||
.Xr stat 2 .
|
||||
.Sh SEE ALSO
|
||||
.Xr chmod 2 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue