diff options
author | jhb <jhb@FreeBSD.org> | 2003-06-09 11:46:22 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-06-09 11:46:22 +0000 |
commit | 1a01f6bc0cd856ff9a03f2bfa3a9dcdaf9d45dd6 (patch) | |
tree | 4fae50222c331568eab7012abfa3f4d04e6a3ba0 /lib | |
parent | 05e817b7af542a8270866d9a6fa39fe46588e4e4 (diff) | |
download | FreeBSD-src-1a01f6bc0cd856ff9a03f2bfa3a9dcdaf9d45dd6.zip FreeBSD-src-1a01f6bc0cd856ff9a03f2bfa3a9dcdaf9d45dd6.tar.gz |
Remove stale reference to the deprecated USER_LDT option. The associated
code is always compiled into the kernel now.
Submitted by: Hubert Tournier <hubert@frbsd.org>
PR: docs/53068
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/i386/sys/i386_get_ldt.2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index a64742c..9a6eb94 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -73,10 +73,6 @@ can be either segment_descriptor or gate_descriptor and are defined in .Aq Pa i386/segments.h . These structures are defined by the architecture as disjoint bit-fields, so care must be taken in constructing them. -.Pp -Note that you must have -.Dq options USER_LDT -in your kernel configuration file to use these functions. .Sh RETURN VALUES Upon successful completion, .Fn i386_get_ldt |