Module Name:    src
Committed By:   reinoud
Date:           Tue May 15 11:37:01 UTC 2012

Modified Files:
        src/lib/libc/sys: msgrcv.2

Log Message:
Clarify description of the msgrcv() return value. I kept on misreading it for
some reason. This ought to clarify it a bit more.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/sys/msgrcv.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/msgrcv.2
diff -u src/lib/libc/sys/msgrcv.2:1.19 src/lib/libc/sys/msgrcv.2:1.20
--- src/lib/libc/sys/msgrcv.2:1.19	Wed Jan 28 08:57:02 2009
+++ src/lib/libc/sys/msgrcv.2	Tue May 15 11:37:01 2012
@@ -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 .

Reply via email to