OSDN Git Service

(split) LDP man-pages の original/ を v3.29 に更新。
[linuxjm/LDP_man-pages.git] / original / man3 / mq_unlink.3
index 174c4bd..d99ecef 100644 (file)
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH MQ_UNLINK 3 2006-02-25 "Linux" "Linux Programmer's Manual"
+.TH MQ_UNLINK 3 2010-08-29 "Linux" "Linux Programmer's Manual"
 .SH NAME
 mq_unlink \- remove a message queue
 .SH SYNOPSIS
 .nf
 .B #include <mqueue.h>
 .sp
-.BI "mqd_t mq_unlink(const char *" name );
+.BI "int mq_unlink(const char *" name );
 .fi
 .sp
 Link with \fI\-lrt\fP.