diff options
author | bde <bde@FreeBSD.org> | 1998-10-29 09:35:10 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-10-29 09:35:10 +0000 |
commit | 5652a4b64f0cb9d1da12f6e65df3c6df6909e791 (patch) | |
tree | 0a5ddc4c8eeb4e9912714f8bd3b0ff8ad144d1b6 | |
parent | c002ba1c815cebcc2fe8fccfda88f41fd1a10b7a (diff) | |
download | FreeBSD-src-5652a4b64f0cb9d1da12f6e65df3c6df6909e791.zip FreeBSD-src-5652a4b64f0cb9d1da12f6e65df3c6df6909e791.tar.gz |
Fixed missing link and disordering in previous commit.
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index ed24a8c..3fef73f 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.83 1998/10/16 22:00:55 ken Exp $ +# $Id: Makefile,v 1.84 1998/10/28 00:51:40 nsouch Exp $ MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 alog.4 apm.4 ar.4 asc.4 bktr.4 \ bt.4 cs.4 cx.4 cy.4 de.4 \ dgb.4 dpt.4 ed.4 eg.4 el.4 en.4 ep.4 ex.4 fdc.4 fe.4 fxp.4 gsc.4 ie.4 \ io.4 joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 \ mem.4 meteor.4 mouse.4 mse.4 mtio.4 nca.4 ncr.4 npx.4 \ - ppc.4 pcf.4 pcm.4 pcvt.4 perfmon.4 pnp.4 psm.4 \ + pcf.4 pcm.4 pcvt.4 perfmon.4 pnp.4 ppc.4 psm.4 \ sb.4 scd.4 screen.4 sea.4 si.4 sio.4 \ spkr.4 sr.4 sysmouse.4 tl.4 tw.4 tx.4 uha.4 vx.4 \ wd.4 wfd.4 wl.4 wt.4 xl.4 ze.4 zp.4 @@ -57,11 +57,12 @@ MLINKS+= mtio.4 ../mtio.4 MLINKS+= nca.4 ../nca.4 MLINKS+= ncr.4 ../ncr.4 MLINKS+= npx.4 ../npx.4 -MLINKS+= pcm.4 ../pcm.4 MLINKS+= pcf.4 ../pcf.4 +MLINKS+= pcm.4 ../pcm.4 MLINKS+= pcvt.4 vt.4 pcvt.4 ../pcvt.4 pcvt.4 ../vt.4 MLINKS+= perfmon.4 ../perfmon.4 MLINKS+= pnp.4 ../pnp.4 +MLINKS+= ppc.4 ../ppc.4 MLINKS+= psm.4 ../psm.4 MLINKS+= sb.4 ../sb.4 MLINKS+= scd.4 ../scd.4 |