Clarify description of the msgrcv() return value. I kept on misreading it for

some reason. This ought to clarify it a bit more.
This commit is contained in:
reinoud 2012-05-15 11:37:01 +00:00
parent 3fe58daedc
commit e0760a5e85
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: msgrcv.2,v 1.19 2009/01/28 08:57:02 wiz Exp $
.\" $NetBSD: msgrcv.2,v 1.20 2012/05/15 11:37:01 reinoud Exp $
.\"
.\" Copyright (c) 1995 Frank van der Linden
.\" All rights reserved.
@ -153,7 +153,7 @@ is decremented by 1.
.Sh RETURN VALUES
Upon successful completion,
.Fn msgrcv
returns the number of bytes received into the
returns the number of bytes received and placed into the
.Va mtext
field of the structure pointed to by
.Fa msgp .