Deleted Added
full compact
keyboard.4 (79727) keyboard.4 (108533)
1.\"
1.\"
2.\" $FreeBSD: head/share/man/man4/keyboard.4 79727 2001-07-14 19:41:16Z schweikh $
2.\" $FreeBSD: head/share/man/man4/keyboard.4 108533 2003-01-01 18:49:04Z schweikh $
3.\"
4.Dd January 8, 1995
5.Dt KEYBOARD 4
6.Os
7.Sh NAME
8.Nm keyboard
9.Nd pc keyboard interface
10.Sh DESCRIPTION

--- 101 unchanged lines hidden (view full) ---

112utility is used to load such a description into/outof
113the kernel at runtime.
114This makes it possible to change the key
115assignments at runtime, or more important to get (GIO_KEYMAP ioctl)
116the exact key meanings from the kernel (fx. used by the X server).
117.Pp
118The function keys can be programmed using the SETFKEY ioctl call.
119.Pp
3.\"
4.Dd January 8, 1995
5.Dt KEYBOARD 4
6.Os
7.Sh NAME
8.Nm keyboard
9.Nd pc keyboard interface
10.Sh DESCRIPTION

--- 101 unchanged lines hidden (view full) ---

112utility is used to load such a description into/outof
113the kernel at runtime.
114This makes it possible to change the key
115assignments at runtime, or more important to get (GIO_KEYMAP ioctl)
116the exact key meanings from the kernel (fx. used by the X server).
117.Pp
118The function keys can be programmed using the SETFKEY ioctl call.
119.Pp
120This ioctl takes a argument of the type fkeyarg_t:
120This ioctl takes an argument of the type fkeyarg_t:
121.Bd -literal -offset indent
122 struct fkeyarg {
123 u_short keynum;
124 char keydef[MAXFK];
125 char flen;
126 };
127.Ed
128.Pp

--- 38 unchanged lines hidden ---
121.Bd -literal -offset indent
122 struct fkeyarg {
123 u_short keynum;
124 char keydef[MAXFK];
125 char flen;
126 };
127.Ed
128.Pp

--- 38 unchanged lines hidden ---