diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-23 19:11:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-04-23 19:11:59 +0000 |
commit | 09b0f765726a71ebd6ba79c752bc6e8bdf6fc1df (patch) | |
tree | dc4fe946b9eaa2884020561f124fd59c3c5a036f | |
parent | 30d100b42563e91147b7210be13af18195c0b64e (diff) |
correct keycap.pcvt path
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 | 4 | ||||
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/keycap/keycap.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 b/sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 index a92caece741..32bff887758 100644 --- a/sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 +++ b/sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kcon.1,v 1.3 1999/01/13 07:26:05 niklas Exp $ +.\" $OpenBSD: kcon.1,v 1.4 1999/04/23 19:11:58 millert Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis .\" @@ -96,7 +96,7 @@ 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 +.Bl -tag -width /usr/share/misc/keycap.pcvt -compact .It Pa /usr/share/misc/keycap Keyboard capabilities data base file if nothing else was chosen during installation. .It Pa /dev/console diff --git a/sys/arch/i386/isa/pcvt/Util/keycap/keycap.3 b/sys/arch/i386/isa/pcvt/Util/keycap/keycap.3 index e941bbddd30..b1f759e9ee4 100644 --- a/sys/arch/i386/isa/pcvt/Util/keycap/keycap.3 +++ b/sys/arch/i386/isa/pcvt/Util/keycap/keycap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keycap.3,v 1.4 1999/01/13 07:26:05 niklas Exp $ +.\" $OpenBSD: keycap.3,v 1.5 1999/04/23 19:11:58 millert Exp $ .\" .\" .\" Copyright (c) 1992,1993,1994 Hellmuth Michaelis @@ -55,7 +55,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 |