diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-23 18:30:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-23 18:30:14 +0000 |
commit | a4e218d86a68de86005cc5755fa9b950cd85e429 (patch) | |
tree | f56a5803084682d8c07747f49b4035c3eb3f7b86 /share/man/man4 | |
parent | 360e8b2e1b99e0dc5ed9110354436433701647a2 (diff) |
xf86 becomes a MI manpage
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/xf86.4 (renamed from share/man/man4/man4.i386/xf86.4) | 10 |
3 files changed, 11 insertions, 7 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 789ac1bce1b..6dffda28f6b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.192 2002/02/19 06:55:41 jason Exp $ +# $OpenBSD: Makefile,v 1.193 2002/02/23 18:30:12 deraadt Exp $ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ @@ -31,7 +31,7 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ usb.4 uscanner.4 usscanner.4 uvisor.4 uyap.4 vga.4 vlan.4 vnd.4 vr.4 \ wb.4 wd.4 wdc.4 we.4 wi.4 \ wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ - wx.4 xe.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 + wx.4 xe.4 xl.4 xmphy.4 yds.4 ym.4 xf86.4 zero.4 # IPv6 MAN+= faith.4 gif.4 icmp6.4 inet6.4 ip6.4 diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 31cd5540207..2e2a5a16834 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.42 2001/12/05 10:58:54 mickey Exp $ +# $OpenBSD: Makefile,v 1.43 2002/02/23 18:30:13 deraadt Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ MAN= apm.4 autoconf.4 bios.4 bktr.4 gus.4 ie.4 intro.4 iy.4 joy.4 \ le.4 lms.4 lpt.4 mcd.4 mem.4 mms.4 mtrr.4 npx.4 pcibios.4 \ pctr.4 pss.4 sb.4 \ - sea.4 speaker.4 uha.4 wdt.4 wss.4 wt.4 xf86.4 + sea.4 speaker.4 uha.4 wdt.4 wss.4 wt.4 MLINKS+= speaker.4 spkr.4 MLINKS+= mem.4 kmem.4 diff --git a/share/man/man4/man4.i386/xf86.4 b/share/man/man4/xf86.4 index fa64d1acdba..2d9faf03529 100644 --- a/share/man/man4/man4.i386/xf86.4 +++ b/share/man/man4/xf86.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xf86.4,v 1.16 2001/10/05 14:45:54 mpech Exp $ +.\" $OpenBSD: xf86.4,v 1.1 2002/02/23 18:30:13 deraadt Exp $ .\" .\" Copyright (c) 1998 Matthieu Herrb .\" All rights reserved. @@ -26,7 +26,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .Dd February 20, 1998 -.Dt XF86 4 i386 +.Dt XF86 4 .Os .Sh NAME .Nm xf86 @@ -34,7 +34,11 @@ .Sh SYNOPSIS .Cd "option APERTURE" .Sh DESCRIPTION -The +On the +.Va i386 +and +.Va macppc Ns , +the .Pa /dev/xf86 driver provides access to the memory and I/O ports of a VGA board for use by the XFree86 X servers |