Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix pasto. WSKBDIO_*BELL ioctls take struct ...



details:   https://anonhg.NetBSD.org/src/rev/8bbee62ceb03
branches:  trunk
changeset: 1023621:8bbee62ceb03
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Sep 18 18:14:07 2021 +0000

description:
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).

diffstat:

 share/man/man4/wskbd.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 3de05c8eb57d -r 8bbee62ceb03 share/man/man4/wskbd.4
--- a/share/man/man4/wskbd.4    Sat Sep 18 18:01:18 2021 +0000
+++ b/share/man/man4/wskbd.4    Sat Sep 18 18:14:07 2021 +0000
@@ -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 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.



Home | Main Index | Thread Index | Old Index