From 16f78e700d0c071881815c6ff459c32b7d0dd53e Mon Sep 17 00:00:00 2001 From: pk Date: Tue, 25 Nov 1997 22:15:56 +0000 Subject: [PATCH] Fix typos (from Krister Walfridsson; PR#4576). --- share/man/man4/man4.sparc/kbd.4 | 8 ++++---- share/man/man4/man4.sun3/kbd.4 | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/share/man/man4/man4.sparc/kbd.4 b/share/man/man4/man4.sparc/kbd.4 index 5af49dc54d85..17a5d18f7add 100644 --- a/share/man/man4/man4.sparc/kbd.4 +++ b/share/man/man4/man4.sparc/kbd.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: kbd.4,v 1.2 1997/10/08 22:00:11 jtc Exp $ +.\" $NetBSD: kbd.4,v 1.3 1997/11/25 22:15:56 pk Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -137,7 +137,7 @@ type keyboards this will be the setting of a DIP switch bank Set LED state .Pq Do type 4 Dc only . The argument is of type -.Fa "int *" , +.Fa "char *" , and is the inclusive OR of the following flags: .Pp .Bl -tag -width LED_SCROLL_LOCK -compact @@ -148,11 +148,11 @@ and is the inclusive OR of the following flags: .El .Pp Each of these flags turn on the LED in the obvious key. -.It KIOCSLED +.It KIOCGLED Get LED state .Pq Do type 4 Dc only . The argument is of type -.Fa "int *" , +.Fa "char *" , in which the current LED state is returned. .El .Sh SEE ALSO diff --git a/share/man/man4/man4.sun3/kbd.4 b/share/man/man4/man4.sun3/kbd.4 index bbb457a4846f..4094b0d8b380 100644 --- a/share/man/man4/man4.sun3/kbd.4 +++ b/share/man/man4/man4.sun3/kbd.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: kbd.4,v 1.3 1997/10/22 22:55:44 gwr Exp $ +.\" $NetBSD: kbd.4,v 1.4 1997/11/25 22:15:58 pk Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -137,7 +137,7 @@ type keyboards this will be the setting of a DIP switch bank Set LED state .Pq Do type 4 Dc only . The argument is of type -.Fa "int *" , +.Fa "char *" , and is the inclusive OR of the following flags: .Pp .Bl -tag -width LED_SCROLL_LOCK -compact @@ -148,11 +148,11 @@ and is the inclusive OR of the following flags: .El .Pp Each of these flags turn on the LED in the obvious key. -.It KIOCSLED +.It KIOCGLED Get LED state .Pq Do type 4 Dc only . The argument is of type -.Fa "int *" , +.Fa "char *" , in which the current LED state is returned. .El .Sh SEE ALSO