Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Clarify description of the msgrcv() return valu...



details:   https://anonhg.NetBSD.org/src/rev/13aca18e33fb
branches:  trunk
changeset: 779272:13aca18e33fb
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue May 15 11:37:01 2012 +0000

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

diffstat:

 lib/libc/sys/msgrcv.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0fb1abe4cfba -r 13aca18e33fb lib/libc/sys/msgrcv.2
--- a/lib/libc/sys/msgrcv.2     Tue May 15 08:49:34 2012 +0000
+++ b/lib/libc/sys/msgrcv.2     Tue May 15 11:37:01 2012 +0000
@@ -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 @@
 .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 .



Home | Main Index | Thread Index | Old Index