* [PATCH] mbsinit.3: wsfix
@ 2020-09-03 11:05 Alejandro Colomar
2020-09-04 7:35 ` Michael Kerrisk (man-pages)
0 siblings, 1 reply; 2+ messages in thread
From: Alejandro Colomar @ 2020-09-03 11:05 UTC (permalink / raw)
To: mtk.manpages; +Cc: linux-man, Alejandro Colomar
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
man3/mbsinit.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/mbsinit.3 b/man3/mbsinit.3
index 663f9d9ed..aeaa6ce88 100644
--- a/man3/mbsinit.3
+++ b/man3/mbsinit.3
@@ -59,7 +59,7 @@ in initial state is to set it to zero:
.in +4n
.EX
mbstate_t state;
-memset(&state,0,sizeof(mbstate_t));
+memset(&state, 0, sizeof(mbstate_t));
.EE
.in
.PP
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mbsinit.3: wsfix
2020-09-03 11:05 [PATCH] mbsinit.3: wsfix Alejandro Colomar
@ 2020-09-04 7:35 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2020-09-04 7:35 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: mtk.manpages, linux-man
Hello Alex,
On 9/3/20 1:05 PM, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
Thanks. Patch applied.
Cheers,
Michael
> ---
> man3/mbsinit.3 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/mbsinit.3 b/man3/mbsinit.3
> index 663f9d9ed..aeaa6ce88 100644
> --- a/man3/mbsinit.3
> +++ b/man3/mbsinit.3
> @@ -59,7 +59,7 @@ in initial state is to set it to zero:
> .in +4n
> .EX
> mbstate_t state;
> -memset(&state,0,sizeof(mbstate_t));
> +memset(&state, 0, sizeof(mbstate_t));
> .EE
> .in
> .PP
>
--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-04 7:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03 11:05 [PATCH] mbsinit.3: wsfix Alejandro Colomar
2020-09-04 7:35 ` 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