Add missing cause for an EINVAL return (msgtype < 1).

PR:	12783
Submitted by:	Kevin Day <toasty@dragondata.com>
This commit is contained in:
sheldonh 1999-07-26 11:39:02 +00:00
parent dbc7eddfa5
commit c49b05cfe1

View File

@ -28,7 +28,7 @@
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" $Id$
.\" $Id: msgsnd.3,v 1.4 1997/11/23 17:58:40 bde Exp $
.\"
.\"/
.Dd November 24, 1997
@ -135,6 +135,9 @@ message.
.Fa msgsz
is less than 0, or greater than
.Va msg_qbytes .
.Pp
.Fa mtype
is not greater than 0.
.It Bq Er EACCES
The calling process does not have write access to the message queue.
.It Bq Er EAGAIN