public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] console_ioctl.4: Add K_OFF keyboard mode
@ 2016-10-10 20:47 Miroslav Koskar
       [not found] ` <20161010204700.GA2111-B9lWeqBdd0FBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Miroslav Koskar @ 2016-10-10 20:47 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

In addition to the already documented keyboard modes (K_RAW, K_XLATE,
K_MEDIUMRAW, and K_UNICODE) there is also K_OFF one, defined for
KDGKBMODE and KDSKBMODE ioctl requests in <linux/kd.h>.
---
 man4/console_ioctl.4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index bb138ea..7f2e12b 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -371,6 +371,7 @@ K_RAW	0x00
 K_XLATE	0x01
 K_MEDIUMRAW	0x02
 K_UNICODE	0x03
+K_OFF	0x04
 .TE
 .TP
 .B KDSKBMODE

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] console_ioctl.4: Add K_OFF keyboard mode
       [not found] ` <20161010204700.GA2111-B9lWeqBdd0FBDgjK7y7TUQ@public.gmane.org>
@ 2016-10-12  6:52   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-10-12  6:52 UTC (permalink / raw)
  To: Miroslav Koskar
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

Hello Miroslav

On 10/10/2016 10:47 PM, Miroslav Koskar wrote:
> In addition to the already documented keyboard modes (K_RAW, K_XLATE,
> K_MEDIUMRAW, and K_UNICODE) there is also K_OFF one, defined for
> KDGKBMODE and KDSKBMODE ioctl requests in <linux/kd.h>.

Thanks. Applied.

Cheers,

Michael

> ---
>  man4/console_ioctl.4 | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
> index bb138ea..7f2e12b 100644
> --- a/man4/console_ioctl.4
> +++ b/man4/console_ioctl.4
> @@ -371,6 +371,7 @@ K_RAW	0x00
>  K_XLATE	0x01
>  K_MEDIUMRAW	0x02
>  K_UNICODE	0x03
> +K_OFF	0x04
>  .TE
>  .TP
>  .B KDSKBMODE
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-12  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10 20:47 [PATCH] console_ioctl.4: Add K_OFF keyboard mode Miroslav Koskar
     [not found] ` <20161010204700.GA2111-B9lWeqBdd0FBDgjK7y7TUQ@public.gmane.org>
2016-10-12  6:52   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox