architecture, not architecure, and EACCES, not EACESS.
This commit is contained in:
parent
038265af56
commit
f109103351
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91
|
||||
.\" $NetBSD: i386_get_ldt.2,v 1.10 2002/10/01 16:02:42 wiz Exp $
|
||||
.\" $NetBSD: i386_get_ldt.2,v 1.11 2002/10/02 10:39:14 wiz Exp $
|
||||
.\"
|
||||
.Dd September 20, 1993
|
||||
.Dt I386_GET_LDT 2 i386
|
||||
|
@ -68,7 +68,7 @@ The argument
|
|||
.Fa descs
|
||||
can be either segment_descriptor or gate_descriptor and are defined in
|
||||
.Fd \*[Lt]i386/segments.h\*[Gt] .
|
||||
These structures are defined by the architecure
|
||||
These structures are defined by the architecture
|
||||
as disjoint bit-fields, so care must be taken in constructing them.
|
||||
.Sh RETURN VALUES
|
||||
Upon successful completion,
|
||||
|
@ -91,7 +91,7 @@ An inappropriate parameter was used for
|
|||
.Fa start_sel
|
||||
or
|
||||
.Fa num_sels .
|
||||
.It Bq Er EACESS
|
||||
.It Bq Er EACCES
|
||||
The caller attempted to use a descriptor that would
|
||||
circumvent protection or cause a failure.
|
||||
.El
|
||||
|
|
Loading…
Reference in New Issue