public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pthread_attr_setinheritsched.3: ffix
@ 2014-08-04 19:53 Simon Paillard
       [not found] ` <1407182007-20904-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Paillard @ 2014-08-04 19:53 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

---
 man3/pthread_attr_setinheritsched.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3
index 84c5b40..c45cf24 100644
--- a/man3/pthread_attr_setinheritsched.3
+++ b/man3/pthread_attr_setinheritsched.3
@@ -145,5 +145,5 @@ See
 .BR pthread_create (3),
 .BR pthread_setschedparam (3),
 .BR pthread_setschedprio (3),
-.BR pthreads ,(7)
+.BR pthreads(7),
 .BR sched (7)
-- 
2.0.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] 4+ messages in thread

* [PATCH] pthread_attr_setinheritsched.3: ffix
@ 2014-08-04 19:57 Simon Paillard
       [not found] ` <1407182242-21583-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Paillard @ 2014-08-04 19:57 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

---
 man3/pthread_attr_setinheritsched.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3
index 84c5b40..4d6bfab 100644
--- a/man3/pthread_attr_setinheritsched.3
+++ b/man3/pthread_attr_setinheritsched.3
@@ -145,5 +145,5 @@ See
 .BR pthread_create (3),
 .BR pthread_setschedparam (3),
 .BR pthread_setschedprio (3),
-.BR pthreads ,(7)
+.BR pthreads (7),
 .BR sched (7)
-- 
2.0.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] 4+ messages in thread

* Re: [PATCH] pthread_attr_setinheritsched.3: ffix
       [not found] ` <1407182007-20904-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-08-04 19:58   ` Simon Paillard
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Paillard @ 2014-08-04 19:58 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

Forget this one, it introduces another formating issue.

On Mon, Aug 04, 2014 at 09:53:27PM +0200, Simon Paillard wrote:
> ---
>  man3/pthread_attr_setinheritsched.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3
> index 84c5b40..c45cf24 100644
> --- a/man3/pthread_attr_setinheritsched.3
> +++ b/man3/pthread_attr_setinheritsched.3
> @@ -145,5 +145,5 @@ See
>  .BR pthread_create (3),
>  .BR pthread_setschedparam (3),
>  .BR pthread_setschedprio (3),
> -.BR pthreads ,(7)
> +.BR pthreads(7),
>  .BR sched (7)
> -- 
> 2.0.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
> 

-- 
Simon Paillard
--
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] pthread_attr_setinheritsched.3: ffix
       [not found] ` <1407182242-21583-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-08-15 18:20   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-08-15 18:20 UTC (permalink / raw)
  To: Simon Paillard, linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

Thanks, Simon. Applied.

Cheers,

Michael


On 08/04/2014 09:57 PM, Simon Paillard wrote:
> ---
>  man3/pthread_attr_setinheritsched.3 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3
> index 84c5b40..4d6bfab 100644
> --- a/man3/pthread_attr_setinheritsched.3
> +++ b/man3/pthread_attr_setinheritsched.3
> @@ -145,5 +145,5 @@ See
>  .BR pthread_create (3),
>  .BR pthread_setschedparam (3),
>  .BR pthread_setschedprio (3),
> -.BR pthreads ,(7)
> +.BR pthreads (7),
>  .BR sched (7)
> 


-- 
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:[~2014-08-15 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 19:57 [PATCH] pthread_attr_setinheritsched.3: ffix Simon Paillard
     [not found] ` <1407182242-21583-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-08-15 18:20   ` Michael Kerrisk (man-pages)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-04 19:53 Simon Paillard
     [not found] ` <1407182007-20904-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-08-04 19:58   ` Simon Paillard

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