diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-06-28 16:03:09 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2008-06-28 16:03:09 +0000 |
commit | 9169d23e6f45026ae12e4f8b76d53a5591d396f1 (patch) | |
tree | e9b041c61ec7e611d8db330d860b4f8dcbf4f0ff /share/man/man4/Makefile | |
parent | 0913d6361a7753339daedd9a9a3874736eba615f (diff) |
First shot for the video(4) man page.
OK deraadt@
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 1f5c1f2c18b..f8b04245b22 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.458 2008/06/08 20:50:46 reyk Exp $ +# $OpenBSD: Makefile,v 1.459 2008/06/28 16:03:08 mglocker Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -55,9 +55,9 @@ MAN= aac.4 ac97.4 acphy.4 \ unix.4 uow.4 upgt.4 upl.4 uplcom.4 ural.4 urio.4 url.4 urlphy.4 usb.4 \ usbf.4 uscanner.4 uslcom.4 usscanner.4 uticom.4 uts.4 uvideo.4 uvisor.4 \ uvscom.4 uyap.4 vga.4 vgafb.4 vge.4 viaenv.4 viapm.4 viasio.4 vic.4 \ - vlan.4 vnd.4 vr.4 watchdog.4 wb.4 wbenv.4 wbng.4 wbsio.4 wd.4 wdc.4 \ - we.4 wi.4tbl wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 wsmux.4 \ - xe.4 xf86.4 xge.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 + video.4 vlan.4 vnd.4 vr.4 watchdog.4 wb.4 wbenv.4 wbng.4 wbsio.4 wd.4 \ + wdc.4 we.4 wi.4tbl wpi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 \ + wsmux.4 xe.4 xf86.4 xge.4 xl.4 xmphy.4 yds.4 ym.4 zero.4 zyd.4 MLINKS+=adv.4 advansys.4 adv.4 adw.4 MLINKS+=art.4 musycc.4 |