diff options
Diffstat (limited to 'man/man3/mq_send.3')
| -rw-r--r-- | man/man3/mq_send.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man3/mq_send.3 b/man/man3/mq_send.3 index 2a01f3d12b..3466d75be5 100644 --- a/man/man3/mq_send.3 +++ b/man/man3/mq_send.3 @@ -13,13 +13,15 @@ Real-time library .nf .B #include <mqueue.h> .P -.BI "int mq_send(mqd_t " mqdes ", const char " msg_ptr [. msg_len ], +.BI "int mq_send(size_t " msg_len ; +.BI " mqd_t " mqdes ", const char " msg_ptr [ msg_len ], .BI " size_t " msg_len ", unsigned int " msg_prio ); .P .B #include <time.h> .B #include <mqueue.h> .P -.BI "int mq_timedsend(mqd_t " mqdes ", const char " msg_ptr [. msg_len ], +.BI "int mq_timedsend(size_t " msg_len ; +.BI " mqd_t " mqdes ", const char " msg_ptr [ msg_len ], .BI " size_t " msg_len ", unsigned int " msg_prio , .BI " const struct timespec *" abs_timeout ); .fi |
