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/Makefile | |
parent | 360e8b2e1b99e0dc5ed9110354436433701647a2 (diff) |
xf86 becomes a MI manpage
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |