mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Add missing cause for an EINVAL return (msgtype < 1).
PR: 12783 Submitted by: Kevin Day <toasty@dragondata.com>
This commit is contained in:
parent
b4d797e707
commit
c4cebec42e
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue