diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-05-04 05:05:33 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-05-04 05:05:33 +0000 |
commit | 5093df2aa7758420350a08def873995cab3d962a (patch) | |
tree | 2d9fe4ae4a6a023b115a01cd2258c3a61cae459a /share/man | |
parent | da61edb6fb98b0b218574cb073b61adfd5a3aa25 (diff) |
- change XFree86 -> X.Org
- minor mdoc nits
ok matthieu, jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/options.4 | 6 | ||||
-rw-r--r-- | share/man/man4/vga.4 | 16 |
2 files changed, 12 insertions, 10 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 4833e485f52..9a802bdb989 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.158 2005/03/30 07:45:57 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.159 2005/05/04 05:05:31 jaredy Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -709,7 +709,7 @@ through ioctls on the .Pa /dev/pci device. It's used by the -.Xr XFree86 1 +.Xr Xorg 1 server on some architectures. See .Xr pci 4 @@ -719,7 +719,7 @@ Enables .Xr ioctl 2 access to the AGP GART on the supported chipsets. It's used by the -.Xr XFree86 1 +.Xr Xorg 1 server on some architectures. See .Xr vga 4 diff --git a/share/man/man4/vga.4 b/share/man/man4/vga.4 index 0e00cad68f6..c0c81b2a805 100644 --- a/share/man/man4/vga.4 +++ b/share/man/man4/vga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vga.4,v 1.9 2004/09/30 19:59:26 mickey Exp $ +.\" $OpenBSD: vga.4,v 1.10 2005/05/04 05:05:32 jaredy Exp $ .\" $NetBSD: vga.4,v 1.2.4.1 2000/08/09 07:48:40 drochner Exp $ .\" .\" Copyright (c) 1999, 2000 @@ -110,19 +110,21 @@ The driver can display fonts of the original IBM type and ISO-8859-1 encoded fonts. As an experimental feature, the .Dq higher half -fonts of the former OpenBSD/i386 pcvt driver distribution can be used too if -.Em option WSCONS_SUPPORT_PCVTFONTS +fonts of the former +.Ox Ns /i386 +pcvt driver distribution can be used too if +.Ic option WSCONS_SUPPORT_PCVTFONTS was set at kernel compile time. This is only useful with the .Dq *bf screen types; a font containing the ASCII range of characters must be available too on this screen. .Pp -.Em option PCIAGP -enables support for the AGP GART programming through the +.Ic option PCIAGP +enables support for the AGP GART programming through .Xr ioctl 2 , -for use by the -.Xr XFree86 1 +for use by +.Xr Xorg 1 on some architectures. .Sh SEE ALSO .Xr intro 4 , |