diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-03-02 09:14:21 +0000 |
commit | c6ff3a1bf74d96278726113478b2c66884aab584 (patch) | |
tree | 6fdc69d4aab26ec98c8573dbb7c07e9edbb0900a /lib/libc/gen/msgrcv.3 | |
parent | 55609eba05d32edc56e3f69740099d4d9b095cef (diff) | |
download | src-test2-c6ff3a1bf74d96278726113478b2c66884aab584.tar.gz src-test2-c6ff3a1bf74d96278726113478b2c66884aab584.zip |
Notes
Diffstat (limited to 'lib/libc/gen/msgrcv.3')
-rw-r--r-- | lib/libc/gen/msgrcv.3 | 6 |
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 |