Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Be explicit about which beginning the offset ...



details:   https://anonhg.NetBSD.org/src/rev/28354aa29251
branches:  trunk
changeset: 581536:28354aa29251
user:      bad <bad%NetBSD.org@localhost>
date:      Thu Jun 02 11:38:28 2005 +0000

description:
Be explicit about which beginning the offset is applied to in m_copydata().

diffstat:

 share/man/man9/mbuf.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cbffaf84d153 -r 28354aa29251 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Thu Jun 02 11:29:01 2005 +0000
+++ b/share/man/man9/mbuf.9     Thu Jun 02 11:38:28 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mbuf.9,v 1.35 2005/03/18 11:02:40 wiz Exp $
+.\"    $NetBSD: mbuf.9,v 1.36 2005/06/02 11:38:28 bad Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -330,7 +330,7 @@
 .Fa m0 ,
 starting
 .Fa off
-bytes from the beginning, extending the mbuf chain if necessary.
+bytes from the beginning of the chain, extending the mbuf chain if necessary.
 .Fn m_copyback
 can only fail when extending the chain.
 The caller should check for this kind of failure



Home | Main Index | Thread Index | Old Index