aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/keycap
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-22 10:23:25 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-22 10:23:25 +0000
commit81e6d46b05e048986963a41aa292cb701e6174b2 (patch)
tree5ebee0fed2a4986b616c76da73d1824b2776af84 /usr.sbin/pcvt/keycap
parent3f1cd88fb351494a985c8c9010f3fa80c2f19b82 (diff)
downloadsrc-81e6d46b05e048986963a41aa292cb701e6174b2.tar.gz
src-81e6d46b05e048986963a41aa292cb701e6174b2.zip
Fix some of the pcvt related man pages to reflect where the
various pcvt support files are really installed. Closes PR# 740.
Notes
Notes: svn path=/head/; revision=13560
Diffstat (limited to 'usr.sbin/pcvt/keycap')
-rw-r--r--usr.sbin/pcvt/keycap/keycap.36
-rw-r--r--usr.sbin/pcvt/keycap/man5/keycap.54
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/pcvt/keycap/keycap.3 b/usr.sbin/pcvt/keycap/keycap.3
index 7eb59dcb2301..6e8fb6c79090 100644
--- a/usr.sbin/pcvt/keycap/keycap.3
+++ b/usr.sbin/pcvt/keycap/keycap.3
@@ -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
diff --git a/usr.sbin/pcvt/keycap/man5/keycap.5 b/usr.sbin/pcvt/keycap/man5/keycap.5
index 8a11f59a5075..9afb66a77bef 100644
--- a/usr.sbin/pcvt/keycap/man5/keycap.5
+++ b/usr.sbin/pcvt/keycap/man5/keycap.5
@@ -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