architecture, not architecure, and EACCES, not EACESS.

This commit is contained in:
wiz 2002-10-02 10:39:14 +00:00
parent 038265af56
commit f109103351
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91 .\" 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 .Dd September 20, 1993
.Dt I386_GET_LDT 2 i386 .Dt I386_GET_LDT 2 i386
@ -68,7 +68,7 @@ The argument
.Fa descs .Fa descs
can be either segment_descriptor or gate_descriptor and are defined in can be either segment_descriptor or gate_descriptor and are defined in
.Fd \*[Lt]i386/segments.h\*[Gt] . .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. as disjoint bit-fields, so care must be taken in constructing them.
.Sh RETURN VALUES .Sh RETURN VALUES
Upon successful completion, Upon successful completion,
@ -91,7 +91,7 @@ An inappropriate parameter was used for
.Fa start_sel .Fa start_sel
or or
.Fa num_sels . .Fa num_sels .
.It Bq Er EACESS .It Bq Er EACCES
The caller attempted to use a descriptor that would The caller attempted to use a descriptor that would
circumvent protection or cause a failure. circumvent protection or cause a failure.
.El .El