* [PATCH] console_ioctl.4: tfix
@ 2013-07-08 22:27 Simon Paillard
[not found] ` <1373322466-14811-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Simon Paillard @ 2013-07-08 22:27 UTC (permalink / raw)
To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard
---
man4/console_ioctl.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index 5cb3e2f..7f5a444 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -213,7 +213,7 @@ and
.I charheight
are filled with
the respective data for the currently loaded font, and the
-.I hardata
+.I chardata
array contains the font data if the initial value of
.I charcount
indicated enough space was available; otherwise the
--
1.7.10.4
--
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 related [flat|nested] 5+ messages in thread
* Re: [PATCH] console_ioctl.4: tfix
[not found] ` <1373322466-14811-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2013-07-09 0:30 ` Michael Kerrisk
0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk @ 2013-07-09 0:30 UTC (permalink / raw)
To: Simon Paillard
Cc: linux-man-u79uwXL29TY76Z2rM5mHXA,
mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
On 07/09/13 00:27, Simon Paillard wrote:
> ---
> man4/console_ioctl.4 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied. Thanks.
Michael
> diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
> index 5cb3e2f..7f5a444 100644
> --- a/man4/console_ioctl.4
> +++ b/man4/console_ioctl.4
> @@ -213,7 +213,7 @@ and
> .I charheight
> are filled with
> the respective data for the currently loaded font, and the
> -.I hardata
> +.I chardata
> array contains the font data if the initial value of
> .I charcount
> indicated enough space was available; otherwise the
>
--
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] 5+ messages in thread
* [PATCH] console_ioctl.4: tfix
@ 2014-09-26 16:14 Benjamin Herr
[not found] ` <1411748049.25390.2.camel-x1pcLkrQkvQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herr @ 2014-09-26 16:14 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
---
man4/console_ioctl.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index 6918b24..42819b1 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -59,7 +59,7 @@ are set to the state of the LEDs, as follows:
.TS
l l l.
LED_CAP 0x04 caps lock led
-LEC_NUM 0x02 num lock led
+LED_NUM 0x02 num lock led
LED_SCR 0x01 scroll lock led
.TE
.TP
--
2.1.1
--
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 related [flat|nested] 5+ messages in thread
* Re: [PATCH] console_ioctl.4: tfix
[not found] ` <1411748049.25390.2.camel-x1pcLkrQkvQ@public.gmane.org>
@ 2014-09-26 16:44 ` Benjamin Herr
[not found] ` <1411749888.25390.11.camel-x1pcLkrQkvQ@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Herr @ 2014-09-26 16:44 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Benjamin Herr <ben-x1pcLkrQkvQ@public.gmane.org>
---
Please bear with me, I've been spoiled by the frivolities of git web frontends
and am apparently not properly prepared to convey patches via email. I believe
this one should apply, though.
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index 6918b24..42819b1 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -59,7 +59,7 @@ are set to the state of the LEDs, as follows:
.TS
l l l.
LED_CAP 0x04 caps lock led
-LEC_NUM 0x02 num lock led
+LED_NUM 0x02 num lock led
LED_SCR 0x01 scroll lock led
.TE
.TP
--
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 related [flat|nested] 5+ messages in thread
* Re: [PATCH] console_ioctl.4: tfix
[not found] ` <1411749888.25390.11.camel-x1pcLkrQkvQ@public.gmane.org>
@ 2014-09-29 14:14 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 5+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-09-29 14:14 UTC (permalink / raw)
To: Benjamin Herr
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 09/26/2014 06:44 PM, Benjamin Herr wrote:
> Signed-off-by: Benjamin Herr <ben-x1pcLkrQkvQ@public.gmane.org>
> ---
> Please bear with me, I've been spoiled by the frivolities of git web frontends
> and am apparently not properly prepared to convey patches via email. I believe
> this one should apply, though.
Thanks, Ben. Applied.
Cheers,
Michael
> diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
> index 6918b24..42819b1 100644
> --- a/man4/console_ioctl.4
> +++ b/man4/console_ioctl.4
> @@ -59,7 +59,7 @@ are set to the state of the LEDs, as follows:
> .TS
> l l l.
> LED_CAP 0x04 caps lock led
> -LEC_NUM 0x02 num lock led
> +LED_NUM 0x02 num lock led
> LED_SCR 0x01 scroll lock led
> .TE
> .TP
>
>
>
--
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] 5+ messages in thread
end of thread, other threads:[~2014-09-29 14:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-08 22:27 [PATCH] console_ioctl.4: tfix Simon Paillard
[not found] ` <1373322466-14811-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2013-07-09 0:30 ` Michael Kerrisk
-- strict thread matches above, loose matches on Subject: below --
2014-09-26 16:14 Benjamin Herr
[not found] ` <1411748049.25390.2.camel-x1pcLkrQkvQ@public.gmane.org>
2014-09-26 16:44 ` Benjamin Herr
[not found] ` <1411749888.25390.11.camel-x1pcLkrQkvQ@public.gmane.org>
2014-09-29 14:14 ` 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;
as well as URLs for NNTP newsgroup(s).