This commit is contained in:
Michael Kerrisk 2008-07-08 14:36:09 +00:00
parent bf5a72471e
commit ab04533a88
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ msgget \- get a message queue identifier
.B #include <sys/types.h> .B #include <sys/types.h>
.B #include <sys/ipc.h> .B #include <sys/ipc.h>
.B #include <sys/msg.h> .B #include <sys/msg.h>
.fi
.sp
.BI "int msgget(key_t " key ", int " msgflg ); .BI "int msgget(key_t " key ", int " msgflg );
.fi
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR msgget () .BR msgget ()