Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 1999 16:49:45 -0500 (CDT)
From:      toasty@dragondata.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/12783: [PATCH] missing return value for msgsnd(3)
Message-ID:  <199907232149.QAA43763@celery.dragondata.com>

next in thread | raw e-mail | index | archive | help

>Number:         12783
>Category:       docs
>Synopsis:       [PATCH] missing return value for msgsnd(3)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 15:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Day
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
DragonData Internet Services
>Environment:

Any FreeBSD machine since the inclusion of msgsnd(3)

>Description:

The manpage doesn't document all reasons for an EINVAL return.

>How-To-Repeat:

man 3 msgsnd

>Fix:
	
--- msgsnd.3    Sat Jul 24 06:44:55 1999
+++ msgsnd.3    Sat Jul 24 06:47:27 1999
@@ -135,6 +135,9 @@
 .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


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907232149.QAA43763>