Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libarch/i386 architecture, not architecure, and EACCES, ...



details:   https://anonhg.NetBSD.org/src/rev/40ef305c8cbe
branches:  trunk
changeset: 537531:40ef305c8cbe
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 02 10:39:14 2002 +0000

description:
architecture, not architecure, and EACCES, not EACESS.

diffstat:

 lib/libarch/i386/i386_get_ldt.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 9e2ec6e838ca -r 40ef305c8cbe lib/libarch/i386/i386_get_ldt.2
--- a/lib/libarch/i386/i386_get_ldt.2   Wed Oct 02 10:36:44 2002 +0000
+++ b/lib/libarch/i386/i386_get_ldt.2   Wed Oct 02 10:39:14 2002 +0000
@@ -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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index