diff options
author | 2000-04-12 07:53:03 +0000 | |
---|---|---|
committer | 2000-04-12 07:53:03 +0000 | |
commit | ba6d48b2271faac3ac863062e22a8072d3ca147b (patch) | |
tree | 3199ddb7893f0eecc677a78e938166ef512d3fe4 | |
parent | add Cipher and Protocol options to ssh/sshd, e.g.: (diff) | |
download | wireguard-openbsd-ba6d48b2271faac3ac863062e22a8072d3ca147b.tar.xz wireguard-openbsd-ba6d48b2271faac3ac863062e22a8072d3ca147b.zip |
correct path
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 b/sys/arch/i386/isa/pcvt/Util/kcon/kcon.1 index 34977224eb3..f30132c0c6e 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.7 1999/07/09 13:35:31 aaron Exp $ +.\" $OpenBSD: kcon.1,v 1.8 2000/04/12 07:53:03 hugh Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis .\" @@ -97,7 +97,7 @@ To be used in conjunction with the option. This is the default behaviour. .Sh FILES .Bl -tag -width /usr/share/misc/keycap.pcvt -compact -.It Pa /usr/share/misc/keycap +.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. |