summaryrefslogtreecommitdiffstats
path: root/share/man/man4/keyboard.4
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-03-09 20:53:20 +0000
committerjmg <jmg@FreeBSD.org>1997-03-09 20:53:20 +0000
commit1be4650826e4a5f20a6ecee1f3835d0f86388e58 (patch)
tree4c90cd3f12c65e93ce9c0667d9a8789904e986a2 /share/man/man4/keyboard.4
parent03e7c0c64559b04cfc8e205546beaecc41e18b22 (diff)
downloadFreeBSD-src-1be4650826e4a5f20a6ecee1f3835d0f86388e58.zip
FreeBSD-src-1be4650826e4a5f20a6ecee1f3835d0f86388e58.tar.gz
replace non-existant ioctl [GP]IO_STRMAP with what really does exist,
[GS]ETFKEY... Definately a 2.2 Candidate a clean up of this page is to follow.... but I'm not sure I'll have it before 2.2 is to be released...
Diffstat (limited to 'share/man/man4/keyboard.4')
-rw-r--r--share/man/man4/keyboard.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/keyboard.4 b/share/man/man4/keyboard.4
index d1165e0..0e958572 100644
--- a/share/man/man4/keyboard.4
+++ b/share/man/man4/keyboard.4
@@ -1,5 +1,5 @@
.\"
-.\" $Id$
+.\" $Id: keyboard.4,v 1.11 1997/03/07 02:49:47 jmg Exp $
.\"
.Dd January 8, 1995
.Dt KEYBOARD 4 i386
@@ -98,7 +98,7 @@ the kernel at runtime. This make it possible to change the key
assignments at runtime, or more important to get (GIO_KEYMAP ioctl)
the exact key meanings from the kernel (fx. used by the X server).
-The function keys can be programmed using the PIO_STRMAP ioctl call.
+The function keys can be programmed using the SETFKEY ioctl call.
This ioctl takes a argument of the type fkeyarg_t:
.Bd -literal -offset indent
@@ -113,7 +113,7 @@ The field keynum defines which function key that is programmed.
The array keydef should contain the new string to be used (MAXFK long),
and the length should be entered in flen.
-The GIO_STRMAP ioctl call works in a semilar manner, execpt it returns
+The GETFKEY ioctl call works in a semilar manner, execpt it returns
the current setting of keynum.
The function keys are numbered like this:
OpenPOWER on IntegriCloud