diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-05 09:12:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-03-05 09:12:58 +0000 |
commit | 24aed251208bc964ae0d0ba0f912a9f822565af5 (patch) | |
tree | 8675555b4c1bec8ca80755c95f3a31872c0b400c | |
parent | 7b3d3f6ac6e41ca070e1894e656cb86eebcf3bb3 (diff) |
reference the correct man page;
ok deraadt miod tom
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 03c92604380..5fef33b2614 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.114 2006/02/26 02:49:28 marco Exp $ +# $OpenBSD: GENERIC,v 1.115 2006/03/05 09:12:57 jmc Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -16,7 +16,7 @@ maxusers 32 # estimated number of users option USER_PCICONF # user-space PCI configuration #option VM86 # Virtual 8086 emulation -#option USER_LDT # user-settable LDT; see i386_set_ldt(2) +#option USER_LDT # user-settable LDT; see amd64_set_ldt(2) option APERTURE # in-kernel aperture driver for XFree86 #option MTRR # CPU memory range attributes control |