diff options
author | steve <steve@FreeBSD.org> | 1998-06-04 21:06:07 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-06-04 21:06:07 +0000 |
commit | 260fa64a35174a5ab4b53eec6c75618fb117bee6 (patch) | |
tree | ae2f28c91653365e1a66df7ca3c1a2fb60785c50 /lib/libc/i386/sys | |
parent | 3879235125f551fee922b2673e0a75f018d78093 (diff) | |
download | FreeBSD-src-260fa64a35174a5ab4b53eec6c75618fb117bee6.zip FreeBSD-src-260fa64a35174a5ab4b53eec6c75618fb117bee6.tar.gz |
Fix a bunch of spelling errors.
PR: 6856
Submitted by: Josh Gilliam <josh@quick.net>
Diffstat (limited to 'lib/libc/i386/sys')
-rw-r--r-- | lib/libc/i386/sys/i386_get_ldt.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index ddf6e0c..a04d7c3 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)fork.2 6.5 (Berkeley) 3/10/91 -.\" $Id$ +.\" $Id: i386_get_ldt.2,v 1.3 1997/02/22 14:59:31 peter Exp $ .\" .Dd September 20, 1993 .Dt I386_GET_LDT 2 @@ -65,7 +65,7 @@ The argument .Fa descs can be either segment_descriptor or gate_descriptor and are defined in .Fd <i386/segments.h> . -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, |