Module Name: src Committed By: tsutsui Date: Sat Sep 18 18:14:07 UTC 2021
Modified Files: src/share/man/man4: wskbd.4 Log Message: Fix pasto. WSKBDIO_*BELL ioctls take struct wskbd_bell_data. Bump date. XXX1: the wskbd(4) (and all otther wscons(4) related) man page should describe more details of all ioctls. (usage, args and return values including structures). XXX2: the wsbell(4) man page has description about all WSKBDIO_*BELL ioctls and struct wskbd_bell_data, but maybe they should be moved into this wskbd(4) man page and wsbell(4) should be changed to xref wskbd(4). To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/wskbd.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/wskbd.4 diff -u src/share/man/man4/wskbd.4:1.25 src/share/man/man4/wskbd.4:1.26 --- src/share/man/man4/wskbd.4:1.25 Tue May 11 14:51:34 2021 +++ src/share/man/man4/wskbd.4 Sat Sep 18 18:14:07 2021 @@ -1,4 +1,4 @@ -.\" $NetBSD: wskbd.4,v 1.25 2021/05/11 14:51:34 nia Exp $ +.\" $NetBSD: wskbd.4,v 1.26 2021/09/18 18:14:07 tsutsui Exp $ .\" .\" Copyright (c) 1999 .\" Matthias Drochner. All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd May 11, 2021 +.Dd September 18, 2021 .Dt WSKBD 4 .Os .Sh NAME @@ -234,7 +234,7 @@ Get the keyboard type. Get the keyboard mode, 0 means translated through keyboard map, 1 means raw. .It Dv WSKBDIO_SETMODE Set the keyboard mode. -.It Dv WSKBDIO_COMPLEXBELL , WSKBDIO_SETBELL , WSKBDIO_GETBELL , WSKBDIO_SETDEFAULTBELL , WSKBDIO_GETDEFAULTBELL Pq Vt "struct wsmouse_repeat" +.It Dv WSKBDIO_COMPLEXBELL , WSKBDIO_SETBELL , WSKBDIO_GETBELL , WSKBDIO_SETDEFAULTBELL , WSKBDIO_GETDEFAULTBELL Pq Vt "struct wskbd_bell_data" Get and set keyboard bell settings. .It Dv WSKBDIO_SETKEYREPEAT , WSKBDIO_GETKEYREPEAT , WSKBDIO_SETDEFAULTKEYREPEAT , WSKBDIO_GETDEFAULTKEYREPEAT Pq Vt "struct wskbd_keyrepeat_data" Get and set keyboard autorepeat settings.