summaryrefslogtreecommitdiff
path: root/lib/libc/gen/msgrcv.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/msgrcv.3')
-rw-r--r--lib/libc/gen/msgrcv.36
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3
index e4aa45d19fea..846ac6fec88f 100644
--- a/lib/libc/gen/msgrcv.3
+++ b/lib/libc/gen/msgrcv.3
@@ -83,7 +83,8 @@ will be received.
.El
.Pp
.Fa msgsz
-specifies the maximum length of the requested message. If the received
+specifies the maximum length of the requested message.
+If the received
message has a length greater than
.Fa msgsz
it will be silently truncated if the
@@ -100,7 +101,8 @@ depends on whether the
.Dv IPC_NOWAIT
flag is set in
.Fa msgflg
-or not. If
+or not.
+If
.Dv IPC_NOWAIT
is set,
.Fn msgrcv