diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-06-17 23:13:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2002-06-17 23:13:03 +0000 |
commit | 92aafe69f80ea783f0e75ec9bf5a1dfd906c4d5c (patch) | |
tree | 872af1b9f36ee418ad2fb2681973903f637e3ac1 /share | |
parent | 45c192c6b8db8553d2bf9fca747f42c09d6c0865 (diff) |
option XSERVER was only needed for pccons console driver, which
has been obsoleted.
ok millert@, miod@ and deraadt@.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/options.4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 9e6a838e917..1fa0ffe5f70 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.102 2002/05/27 23:39:12 tdeval Exp $ +.\" $OpenBSD: options.4,v 1.103 2002/06/17 23:13:02 matthieu Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -547,8 +547,6 @@ Makes the boot process more verbose for Mac OBIO peripherals. 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 Enables support for loadable kernel modules. See |