diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-14 13:40:30 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-14 13:40:30 +0000 |
| commit | b1cea3d85f45d635ce660f3615ebda59dc767251 (patch) | |
| tree | 8df7ae8cf629006d937ec65986d168eb07e89914 /lib/libc | |
| parent | d05e2d56c686afaa36d52d5ebcdcb631f9df7856 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/i386/sys/i386_get_ldt.2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/i386/sys/i386_get_ldt.2 b/lib/libc/i386/sys/i386_get_ldt.2 index 8db81b3d8fe5..5aec1bf56a19 100644 --- a/lib/libc/i386/sys/i386_get_ldt.2 +++ b/lib/libc/i386/sys/i386_get_ldt.2 @@ -69,6 +69,10 @@ can be either segment_descriptor or gate_descriptor and are defined in .Fd <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 |
