Fixed spelling of EACCES.

This commit is contained in:
Bruce Evans 1997-11-23 17:58:55 +00:00
parent a3c78a768e
commit 22301c4b46
6 changed files with 22 additions and 15 deletions

View File

@ -30,8 +30,9 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93 .\" @(#)getcwd.3 8.2 (Berkeley) 12/11/93
.\" $Id$
.\" .\"
.Dd December 11, 1993 .Dd November 24, 1997
.Dt GETCWD 3 .Dt GETCWD 3
.Os BSD 4.2 .Os BSD 4.2
.Sh NAME .Sh NAME
@ -108,8 +109,8 @@ The
.Fn getcwd .Fn getcwd
function function
will fail if: will fail if:
.Bl -tag -width [EACCESS] .Bl -tag -width [EACCES]
.It Bq Er EACCESS .It Bq Er EACCES
Read or search permission was denied for a component of the pathname. Read or search permission was denied for a component of the pathname.
.It Bq Er EINVAL .It Bq Er EINVAL
The The

View File

@ -28,8 +28,10 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
.\" $Id$
.\"/ .\"/
.Dd August 17, 1995 .Dd November 24, 1997
.Dt MSGCTL 3 .Dt MSGCTL 3
.Os FreeBSD .Os FreeBSD
.Sh NAME .Sh NAME
@ -186,7 +188,7 @@ An attempt is made to increase the value of
.Va msg_qbytes .Va msg_qbytes
through IPC_SET through IPC_SET
but the caller is not the super-user. but the caller is not the super-user.
.It Bq Er EACCESS .It Bq Er EACCES
The command is IPC_STAT The command is IPC_STAT
and the caller has no read permission for this message queue. and the caller has no read permission for this message queue.
.It Bq Er EINVAL .It Bq Er EINVAL

View File

@ -28,8 +28,10 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" $Id$
.\"
.\"/ .\"/
.Dd August 17, 1995 .Dd November 24, 1997
.Dt MSGRCV 3 .Dt MSGRCV 3
.Os FreeBSD .Os FreeBSD
.Sh NAME .Sh NAME
@ -172,7 +174,7 @@ and the
.Dv MSG_NOERROR .Dv MSG_NOERROR
flag was not set in flag was not set in
.Fa msgflg . .Fa msgflg .
.It Bq Er EACCESS .It Bq Er EACCES
The calling process does not have read access to the message queue. The calling process does not have read access to the message queue.
.It Bq Er EFAULT .It Bq Er EFAULT
.Fa msgp .Fa msgp

View File

@ -28,8 +28,10 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" $Id$
.\"
.\"/ .\"/
.Dd August 17, 1995 .Dd November 24, 1997
.Dt MSGSND 3 .Dt MSGSND 3
.Os FreeBSD .Os FreeBSD
.Sh NAME .Sh NAME
@ -133,7 +135,7 @@ message.
.Fa msgsz .Fa msgsz
is less than 0, or greater than is less than 0, or greater than
.Va msg_qbytes . .Va msg_qbytes .
.It Bq Er EACCESS .It Bq Er EACCES
The calling process does not have write access to the message queue. The calling process does not have write access to the message queue.
.It Bq Er EAGAIN .It Bq Er EAGAIN
There was no space for this message either on the queue, or in the whole There was no space for this message either on the queue, or in the whole

View File

@ -30,9 +30,9 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
.\" $Id: socket.2,v 1.6 1997/02/22 15:04:28 peter Exp $ .\" $Id: socket.2,v 1.7 1997/03/24 01:22:01 jmg Exp $
.\" .\"
.Dd February 15, 1995 .Dd November 24, 1997
.Dt SOCKET 2 .Dt SOCKET 2
.Os BSD 4.2 .Os BSD 4.2
.Sh NAME .Sh NAME
@ -230,7 +230,7 @@ within this domain.
The per-process descriptor table is full. The per-process descriptor table is full.
.It Bq Er ENFILE .It Bq Er ENFILE
The system file table is full. The system file table is full.
.It Bq Er EACCESS .It Bq Er EACCES
Permission to create a socket of the specified type and/or protocol Permission to create a socket of the specified type and/or protocol
is denied. is denied.
.It Bq Er ENOBUFS .It Bq Er ENOBUFS

View File

@ -26,9 +26,9 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $Id: VOP_LOOKUP.9,v 1.4 1997/04/13 14:48:54 bde Exp $ .\" $Id: VOP_LOOKUP.9,v 1.5 1997/09/29 10:10:53 wosch Exp $
.\" .\"
.Dd July 24, 1996 .Dd November 24, 1997
.Os FreeBSD .Os FreeBSD
.Dt VOP_LOOKUP 9 .Dt VOP_LOOKUP 9
.Sh NAME .Sh NAME
@ -420,7 +420,7 @@ does not represent a directory.
The component The component
.Fa dvp .Fa dvp
was not found in this directory. was not found in this directory.
.It Bq Er EACCESS .It Bq Er EACCES
access for the specified operation is denied. access for the specified operation is denied.
.It Bq Er EJUSTRETURN .It Bq Er EJUSTRETURN
a a