OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / mq_receive.3
index b8c032c..703120c 100644 (file)
@@ -1,8 +1,7 @@
 '\" t
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" Copyright (C) 2006 Michael Kerrisk <mtk.manpages@gmail.com>
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -22,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH MQ_RECEIVE 3 2010-09-20 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -70,7 +70,7 @@ this must be greater than the
 attribute of the queue (see
 .BR mq_getattr (3)).
 If
-.I prio
+.I msg_prio
 is not NULL, then the buffer to which it points is used
 to return the priority associated with the received message.
 
@@ -161,7 +161,7 @@ On Linux,
 is a system call, and
 .BR mq_receive ()
 is a library function layered on top of that system call.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mq_close (3),
 .BR mq_getattr (3),
 .BR mq_notify (3),