From a48f81cf2f3655120de1e49db81c0aa7651de967 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 8 Apr 1995 20:08:42 +0000 Subject: [PATCH] pcvt is proud enough to have a man page. :) --- share/man/man4/man4.i386/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 90f996c63acc..bd5fdcc64fb8 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,7 +1,8 @@ # @(#)Makefile 0.1 (RWGrimes) 3/25/93 MAN4= aha.4 ahb.4 apm.4 bt.4 cx.4 ed.4 fdc.4 ie.4 is.4 joy.4 keyboard.4 \ - lpt.4 mcd.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 tw.4 uha.4 wd.4 + lpt.4 mcd.4 mem.4 mse.4 npx.4 pcvt.4 screen.4 sio.4 spkr.4 tw.4 \ + uha.4 wd.4 MLINKS= aha.4 ../aha.4 MLINKS+= ahb.4 ../ahb.4 @@ -18,6 +19,7 @@ MLINKS+= mcd.4 ../mcd.4 MLINKS+= mem.4 kmem.4 mem.4 ../mem.4 mem.4 ../kmem.4 MLINKS+= mse.4 ../mse.4 MLINKS+= npx.4 ../npx.4 +MLINKS+= pcvt.4 ../pcvt.4 MLINKS+= screen.4 ../screen.4 MLINKS+= sio.4 ../sio.4 MLINKS+= spkr.4 ../spkr.4