1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Fix some of the pcvt related man pages to reflect where the

various pcvt support files are really installed.  Closes PR# 740.
This commit is contained in:
Mike Pritchard 1996-01-22 10:23:25 +00:00
parent 3f1cd88fb3
commit 81e6d46b05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13560
4 changed files with 16 additions and 16 deletions

View File

@ -93,8 +93,8 @@ To be used in conjunction with the
.Fl l
option. This is the default behaviour.
.Sh FILES
.Bl -tag -width /usr/share/misc/keycap -compact
.It Pa /usr/share/misc/keycap
.Bl -tag -width /usr/share/misc/keycap.pcvt -compact
.It Pa /usr/share/misc/keycap.pcvt
Keyboard capabilities data base file if nothing else was chosen during installation.
.It Pa /dev/console
Keyboard raw device.

View File

@ -52,7 +52,7 @@
.Sh DESCRIPTION
These functions extract and use capabilities from a keyboard capability data
base, usually
.Pa /usr/share/misc/keycap ,
.Pa /usr/share/misc/keycap.pcvt ,
the format of which is described in
.Xr keycap 5 .
.Pp
@ -112,8 +112,8 @@ returns
if the capability was not found.
.Pp
.Sh FILES
.Bl -tag -width /usr/share/misc/keycap -compact
.It Pa /usr/share/misc/keycap
.Bl -tag -width /usr/share/misc/keycap.pcvt -compact
.It Pa /usr/share/misc/keycap.pcvt
Keyboard capabilities database (if nothing else chosen during installation).
.El
.Sh SEE ALSO

View File

@ -104,8 +104,8 @@ Entries may continue onto multiple lines by giving a \e as the last
character of a line. Comments may be included on lines beginning with
.Dq # .
.Sh FILES
.Bl -tag -width /usr/share/misc/keycap -compact
.It Pa /usr/share/misc/keycap
.Bl -tag -width /usr/share/misc/keycap.pcvt -compact
.It Pa /usr/share/misc/keycap.pcvt
File containing keyboard mapping descriptions.
.El
.Sh SEE ALSO

View File

@ -67,18 +67,18 @@ do not have downloadable charactersets available.
The following fontfiles are available in the pcvt distribution:
.nf
/usr/share/misc/vgafonts/vt220l.808: 8x8 IBM II font
/usr/share/misc/vgafonts/vt220h.808: 8x8 Extension font
/usr/share/misc/vgafonts/vt220l.810: 8x10 IBM II font
/usr/share/misc/vgafonts/vt220h.810: 8x10 Extension font
/usr/share/misc/vgafonts/vt220l.814: 8x14 IBM II font
/usr/share/misc/vgafonts/vt220h.814: 8x14 Extension font
/usr/share/misc/vgafonts/vt220l.816: 8x16 IBM II font
/usr/share/misc/vgafonts/vt220h.816: 8x16 Extension font
/usr/share/misc/pcvtfonts/vt220l.808: 8x8 IBM II font
/usr/share/misc/pcvtfonts/vt220h.808: 8x8 Extension font
/usr/share/misc/pcvtfonts/vt220l.810: 8x10 IBM II font
/usr/share/misc/pcvtfonts/vt220h.810: 8x10 Extension font
/usr/share/misc/pcvtfonts/vt220l.814: 8x14 IBM II font
/usr/share/misc/pcvtfonts/vt220h.814: 8x14 Extension font
/usr/share/misc/pcvtfonts/vt220l.816: 8x16 IBM II font
/usr/share/misc/pcvtfonts/vt220h.816: 8x16 Extension font
.fi
.Sh EXAMPLES
The command
.Dq Li loadfont -c0 -f/usr/share/misc/vgafonts/vt220l.816
.Dq Li loadfont -c0 -f/usr/share/misc/pcvtfonts/vt220l.816
loads a 8x16 font containing the standard IBM characterset II into font slot
0 on a VGA or EGA board.
.Sh BUGS