* [PATCH 1/2] nanosleep.2: tfix
@ 2016-01-14 20:28 Jakub Wilk
[not found] ` <1452803318-7860-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2016-01-14 20:28 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man2/nanosleep.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man2/nanosleep.2 b/man2/nanosleep.2
index 05fcce1..7ab6c01 100644
--- a/man2/nanosleep.2
+++ b/man2/nanosleep.2
@@ -114,7 +114,7 @@ Problem with copying information from user space.
.TP
.B EINTR
The pause has been interrupted by a signal that was
-delivered to the threadi (see
+delivered to the thread (see
.BR signal (7)).
The remaining sleep time has been written
into
--
2.7.0.rc3
--
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] 4+ messages in thread
* [PATCH 2/2] mq_close.3: tfix
[not found] ` <1452803318-7860-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-01-14 20:28 ` Jakub Wilk
[not found] ` <1452803318-7860-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-01-17 7:02 ` [PATCH 1/2] nanosleep.2: tfix Michael Kerrisk (man-pages)
1 sibling, 1 reply; 4+ messages in thread
From: Jakub Wilk @ 2016-01-14 20:28 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
---
man3/mq_close.3 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man3/mq_close.3 b/man3/mq_close.3
index 6846a00..8457bbb 100644
--- a/man3/mq_close.3
+++ b/man3/mq_close.3
@@ -53,7 +53,7 @@ set to indicate the error.
.SH ERRORS
.TP
.B EBADF
-The message quueue descriptor specified in
+The message queue descriptor specified in
.I mqdes
is invalid.
.SH ATTRIBUTES
--
2.7.0.rc3
--
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] 4+ messages in thread
* Re: [PATCH 2/2] mq_close.3: tfix
[not found] ` <1452803318-7860-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
@ 2016-01-17 7:02 ` Michael Kerrisk (man-pages)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-01-17 7:02 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 01/14/2016 09:28 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub.Applied.
Cheers,
Michael
> ---
> man3/mq_close.3 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man3/mq_close.3 b/man3/mq_close.3
> index 6846a00..8457bbb 100644
> --- a/man3/mq_close.3
> +++ b/man3/mq_close.3
> @@ -53,7 +53,7 @@ set to indicate the error.
> .SH ERRORS
> .TP
> .B EBADF
> -The message quueue descriptor specified in
> +The message queue descriptor specified in
> .I mqdes
> is invalid.
> .SH ATTRIBUTES
>
--
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] 4+ messages in thread
* Re: [PATCH 1/2] nanosleep.2: tfix
[not found] ` <1452803318-7860-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-01-14 20:28 ` [PATCH 2/2] mq_close.3: tfix Jakub Wilk
@ 2016-01-17 7:02 ` Michael Kerrisk (man-pages)
1 sibling, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-01-17 7:02 UTC (permalink / raw)
To: Jakub Wilk
Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
linux-man-u79uwXL29TY76Z2rM5mHXA
On 01/14/2016 09:28 PM, Jakub Wilk wrote:
> Signed-off-by: Jakub Wilk <jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
Thanks, Jakub.Applied.
Cheers,
Michael
> ---
> man2/nanosleep.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/nanosleep.2 b/man2/nanosleep.2
> index 05fcce1..7ab6c01 100644
> --- a/man2/nanosleep.2
> +++ b/man2/nanosleep.2
> @@ -114,7 +114,7 @@ Problem with copying information from user space.
> .TP
> .B EINTR
> The pause has been interrupted by a signal that was
> -delivered to the threadi (see
> +delivered to the thread (see
> .BR signal (7)).
> The remaining sleep time has been written
> into
>
--
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] 4+ messages in thread
end of thread, other threads:[~2016-01-17 7:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14 20:28 [PATCH 1/2] nanosleep.2: tfix Jakub Wilk
[not found] ` <1452803318-7860-1-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-01-14 20:28 ` [PATCH 2/2] mq_close.3: tfix Jakub Wilk
[not found] ` <1452803318-7860-2-git-send-email-jwilk-tXgOlIzOKNReoWH0uzbU5w@public.gmane.org>
2016-01-17 7:02 ` Michael Kerrisk (man-pages)
2016-01-17 7:02 ` [PATCH 1/2] nanosleep.2: tfix 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).