diff options
author | 1999-04-23 19:11:58 +0000 | |
---|---|---|
committer | 1999-04-23 19:11:58 +0000 | |
commit | 4d4022a4aa980cd7466029fd2d4ca6ec259bd21f (patch) | |
tree | 44676e7edb293bb70fd1c78e89f758e75bfa1086 | |
parent | last part of UVM stuff for pmap (aborted yesterday by a routing loop). (diff) | |
download | wireguard-openbsd-4d4022a4aa980cd7466029fd2d4ca6ec259bd21f.tar.xz wireguard-openbsd-4d4022a4aa980cd7466029fd2d4ca6ec259bd21f.zip |
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 |