diff options
Diffstat (limited to 'lib/libc/gen/msgget.3')
-rw-r--r-- | lib/libc/gen/msgget.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/gen/msgget.3 b/lib/libc/gen/msgget.3 index 80f8da6..e257c60 100644 --- a/lib/libc/gen/msgget.3 +++ b/lib/libc/gen/msgget.3 @@ -46,7 +46,9 @@ .Ft int .Fn msgget "key_t key" "int msgflg" .Sh DESCRIPTION +The .Fn msgget +function returns the message queue identifier associated with .Fa key . A message queue identifier is a unique integer greater than zero. |