diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-07-14 13:35:00 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-07-14 13:35:00 +0000 |
commit | 9f95e00383dedac23c9855efa31e7556dd79de4c (patch) | |
tree | aa92c33433a75c93281e66a68dfb55adc591ab5a /sys/arch | |
parent | e36c198695dd5eeeff6db9fbff264438b29dd63e (diff) |
Link vt.4 to pcvt.4 so one can do "man 4 vt" and have it do what you
expect. Also, add xref's to the pcvt userland utils.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/pcvtdoc/Makefile | 3 | ||||
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 | 12 |
2 files changed, 12 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/Makefile b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/Makefile index 0c1ddec6139..965b84f30b3 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/Makefile +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 1999/01/13 07:26:06 niklas Exp $ +# $OpenBSD: Makefile,v 1.3 1999/07/14 13:34:59 millert Exp $ MAN4= pcvt.${MAN4EXT} MANSUBDIR= /i386 +MLINKS= pcvt.${MAN4EXT} vt.${MAN4EXT} .include <bsd.prog.mk> diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index b571d9fcea6..ebc3cf8910a 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcvt.4,v 1.12 1999/07/09 13:35:32 aaron Exp $ +.\" $OpenBSD: pcvt.4,v 1.13 1999/07/14 13:34:59 millert Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -820,9 +820,17 @@ implementation Holger Veit .Pq veit@du9ds3.uni-duisburg.de, now veit@first.gmd.de .Sh SEE ALSO +.Xr cursor 1 , +.Xr fed 1 , +.Xr fontedit 1 , +.Xr kcon 1 , +.Xr loadfont 1 , +.Xr mcon 1 , +.Xr scon 1 , .Xr intro 2 , .Xr ioctl 2 , -.Xr config 8 +.Xr config 8 , +.Xr ispcvt 8 .Sh BUGS Certainly existent. See the file .Pa BugList |