diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-05 09:20:00 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-05 09:20:00 +0000 |
commit | ab0d4c67ad45c02d1762617737cb67e679d3e420 (patch) | |
tree | 61fa9fbc47b43f072cf2079e0b77a02ee162bb7d /share | |
parent | bcb117bd05530c9a32738def414232bfdd97ae44 (diff) |
document USER_LDT;
requested by mpech
ok deraadt
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 453ea828a4c..fe5470cb294 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.173 2005/12/06 20:18:57 pedro Exp $ +.\" $OpenBSD: options.4,v 1.174 2006/03/05 09:19:59 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -667,6 +667,16 @@ See for details. .It Cd option MULTIPROCESSOR On those architectures that have it, this enables multiprocessor support. +.It Cd option USER_LDT +Enable per-process Local Descriptor Table (LDT) entries; +see +.Xr i386_set_ldt 2 +and the +.Va machdep.userldt +.Xr sysctl 8 . +This option is supported on the +.Va i386 +architecture. .El .Ss Networking Options .Bl -ohang |