summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>1998-06-29 06:57:03 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>1998-06-29 06:57:03 +0000
commit52bc20628b0d28a85489444e50302c083b0b52f8 (patch)
tree7a44dbc8bbd73e1c2ca5f45d071673bb7e40bccc /share
parent1f346e9031c74c2001b1fe93589c8b0729ad5063 (diff)
Make the "option APERTURE language" a bit more accurate. Add reference
to options(4) in xf86(4).
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/xf86.43
-rw-r--r--share/man/man4/options.48
2 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/xf86.4 b/share/man/man4/man4.i386/xf86.4
index 1f6c84c7bed..769a868990d 100644
--- a/share/man/man4/man4.i386/xf86.4
+++ b/share/man/man4/man4.i386/xf86.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xf86.4,v 1.3 1998/03/10 04:50:42 millert Exp $
+.\" $OpenBSD: xf86.4,v 1.4 1998/06/29 06:57:02 angelos Exp $
.\"
.\" Copyright (c) 1998 Matthieu Herrb
.\" All rights reserved.
@@ -66,6 +66,7 @@ set in
.Xr XF86_SVGA 1 ,
.\" XXX .Xr sysctl.conf 5 ,
.Xr config 8 ,
+.Xr options 4,
.Xr sysctl 8 .
.Sh HISTORY
.Pa /dev/xf86
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4
index fe4136168cd..b9d8d53e3c1 100644
--- a/share/man/man4/options.4
+++ b/share/man/man4/options.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: options.4,v 1.13 1998/06/29 06:51:06 angelos Exp $
+.\" $OpenBSD: options.4,v 1.14 1998/06/29 06:57:01 angelos Exp $
.\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $
.\"
.\" Copyright (c) 1998 Theo de Raadt
@@ -398,8 +398,9 @@ See also
Makes the boot process more verbose on what peripherals are detected
(vendor names and other information is printed etc.)
.It Cd option APERTURE
-Provide in-kernel support for video memory mapping for user-processes.
-Very useful for running X windows.
+Provide in-kernel support for VGA framebuffer mapping by user-processes
+(such as an X windows server). This option is supported in the i386
+architecture.
.It Cd option XSERVER
Support for X windows in the console driver.
.It Cd option LKM
@@ -751,6 +752,7 @@ between 5% and 10% of total available RAM.
.Xr rpc.rquotad 8 ,
.Xr ktrace 1 ,
.Xr X 1 ,
+.Xr xf86 4 ,
.Xr gdb 1
.Sh HISTORY
The