diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-10-17 17:38:42 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-10-17 17:38:42 +0000 |
commit | 9123d7efcfbded1c3e1a4e2d83bc87b242f7f80a (patch) | |
tree | 614c09a138f5ba29a3b76479d540698e323a64f1 /share/man/man4/man4.i386/Makefile | |
parent | d416cc848a85f34b1225ee339006ae4e8a820482 (diff) | |
download | src-9123d7efcfbded1c3e1a4e2d83bc87b242f7f80a.tar.gz src-9123d7efcfbded1c3e1a4e2d83bc87b242f7f80a.zip |
Add a man page for the dgb driver.
Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
(English improved a bit by me.)
Notes
Notes:
svn path=/head/; revision=11546
Diffstat (limited to 'share/man/man4/man4.i386/Makefile')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index dad6d4101a59..891c2597d0f5 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 0.1 (RWGrimes) 3/25/93 -MAN4= aha.4 ahb.4 ahc.4 apm.4 asc.4 bt.4 cx.4 cy.4 ed.4 fdc.4 fe.4 ie.4 \ +MAN4= aha.4 ahb.4 ahc.4 apm.4 asc.4 bt.4 cx.4 cy.4 dgb.4 \ + ed.4 fdc.4 fe.4 ie.4 \ is.4 joy.4 keyboard.4 lpt.4 matcd.4 mcd.4 mem.4 meteor.4 \ mse.4 npx.4 pcvt.4 screen.4 si.4 sio.4 spkr.4 tw.4 uha.4 wd.4 @@ -12,6 +13,7 @@ MLINKS+= asc.4 ../asc.4 MLINKS+= bt.4 ../bt.4 MLINKS+= cx.4 ../cx.4 MLINKS+= cy.4 ../cy.4 +MLINKS+= dgb.4 ../dgb.4 MLINKS+= ed.4 ../ed.4 MLINKS+= fdc.4 ../fdc.4 MLINKS+= fe.4 ../fe.4 |