diff options
| author | Xin LI <delphij@FreeBSD.org> | 2005-06-27 11:07:48 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2005-06-27 11:07:48 +0000 |
| commit | 5147c56095f66b466bc985e94ff351208bf4e511 (patch) | |
| tree | 13cfb243b06e1aa6075750a8b3dddb74945814ca /lib/libc | |
| parent | 480c21d44863a8ea619b98b2084fc56f652db141 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/msgrcv.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3 index 8c280ae293a0..e554dcdf4ba1 100644 --- a/lib/libc/gen/msgrcv.3 +++ b/lib/libc/gen/msgrcv.3 @@ -31,7 +31,7 @@ .\" $FreeBSD$ .\" .\"/ -.Dd November 24, 1997 +.Dd June 15, 2005 .Dt MSGRCV 3 .Os .Sh NAME @@ -122,7 +122,7 @@ is set, will immediately return a value of -1, and set .Va errno to -.Er EAGAIN . +.Er ENOMSG . If .Dv IPC_NOWAIT is not set, the calling process will be blocked @@ -206,7 +206,7 @@ argument points to an invalid address. .It Bq Er EINTR The system call was interrupted by the delivery of a signal. -.It Bq Er EAGAIN +.It Bq Er ENOMSG There is no message of the requested type available on the message queue, and .Dv IPC_NOWAIT |
