diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-07-30 19:25:16 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-07-30 19:25:16 +0000 |
commit | 152e263c19cb6e9df8a8ed7529becdb5dc4445f9 (patch) | |
tree | 92bcd8ec9fecfa3b60b9cdd93b8054dd345476ca /lib/libc/gen | |
parent | 55748936a162da6dc6cf0a1b3086ffa08699d24c (diff) | |
download | FreeBSD-src-152e263c19cb6e9df8a8ed7529becdb5dc4445f9.zip FreeBSD-src-152e263c19cb6e9df8a8ed7529becdb5dc4445f9.tar.gz |
Remove bogus BUGS section.
FreeBSD _does_ define ENOMSG as per SVID when IPC_NOWAIT is set.
PR: 22470
Submitted by: Bjorn Tornqvist <bjorn@west.se>
MFC after: 1 week
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/msgrcv.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/msgrcv.3 b/lib/libc/gen/msgrcv.3 index ed627bd..a539b3c 100644 --- a/lib/libc/gen/msgrcv.3 +++ b/lib/libc/gen/msgrcv.3 @@ -204,12 +204,7 @@ and do not define the .Er EIDRM error value, which should be used in -the case of a removed message queue, nor the -.Er ENOMSG -value, which -should be used when no suitable message is available and -.Dv IPC_NOWAIT -is set. +the case of a removed message queue. .Sh HISTORY Message queues appeared in the first release of .At V . |