linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 3/3] mq_open.3: clarification regarding usage of mq_flags attribute in mq_open()
@ 2016-11-09 17:31 Eugene Syromyatnikov
  2016-11-10 18:29 ` Michael Kerrisk (man-pages)
  0 siblings, 1 reply; 2+ messages in thread
From: Eugene Syromyatnikov @ 2016-11-09 17:31 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

---
 man3/mq_open.3 |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/man3/mq_open.3 b/man3/mq_open.3
index 771a263..ba70ada 100644
--- a/man3/mq_open.3
+++ b/man3/mq_open.3
@@ -123,7 +123,14 @@ The
 argument specifies attributes for the queue.
 See
 .BR mq_getattr (3)
-for details.
+for details (except for
+.I mq_flags
+field which is currently ignored by
+.BR mq_open() ;
+.B O_NONBLOCK
+flag should be set in
+.I oflag
+parameter instead).
 If
 .I attr
 is NULL, then the queue is created with implementation-defined
-- 
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] 2+ messages in thread

* Re: [PATCH 3/3] mq_open.3: clarification regarding usage of mq_flags attribute in mq_open()
  2016-11-09 17:31 [PATCH 3/3] mq_open.3: clarification regarding usage of mq_flags attribute in mq_open() Eugene Syromyatnikov
@ 2016-11-10 18:29 ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2016-11-10 18:29 UTC (permalink / raw)
  To: Eugene Syromyatnikov
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w,
	linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Eugene,

On 11/09/2016 06:31 PM, Eugene Syromyatnikov wrote:
> ---
>  man3/mq_open.3 |    9 ++++++++-
>  1 file changed, 8 insertions(+), 1 deletion(-)

Thanks. Applied!

Cheers,

Michael

> diff --git a/man3/mq_open.3 b/man3/mq_open.3
> index 771a263..ba70ada 100644
> --- a/man3/mq_open.3
> +++ b/man3/mq_open.3
> @@ -123,7 +123,14 @@ The
>  argument specifies attributes for the queue.
>  See
>  .BR mq_getattr (3)
> -for details.
> +for details (except for
> +.I mq_flags
> +field which is currently ignored by
> +.BR mq_open() ;
> +.B O_NONBLOCK
> +flag should be set in
> +.I oflag
> +parameter instead).
>  If
>  .I attr
>  is NULL, then the queue is created with implementation-defined
> 


-- 
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-11-10 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 17:31 [PATCH 3/3] mq_open.3: clarification regarding usage of mq_flags attribute in mq_open() Eugene Syromyatnikov
2016-11-10 18:29 ` 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).