Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2]: src/share/man/man9 Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/7066e9ce44ad
branches: netbsd-2
changeset: 564451:7066e9ce44ad
user: tron <tron%NetBSD.org@localhost>
date: Tue Apr 04 21:20:48 2006 +0000
description:
Pull up following revision(s) (requested by riz in ticket #10405):
share/man/man9/mbuf.9: revision 1.41 via patch
Fix up the description of m_copyback_cow(), which was at best
ambiguous, and at worst, wrong.
diffstat:
share/man/man9/mbuf.9 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (37 lines):
diff -r 3f2709b2676e -r 7066e9ce44ad share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9 Sun Apr 02 17:51:20 2006 +0000
+++ b/share/man/man9/mbuf.9 Tue Apr 04 21:20:48 2006 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mbuf.9,v 1.28.2.1 2004/09/11 11:14:42 he Exp $
+.\" $NetBSD: mbuf.9,v 1.28.2.1.2.1 2006/04/04 21:20:48 tron Exp $
.\"
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -34,7 +34,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd September 6, 2004
+.Dd March 29, 2006
.Dt MBUF 9
.Os
.Sh NAME
@@ -360,12 +360,12 @@
on read-only mbufs.
If needed,
.Fn m_copyback_cow
-automatically allocate new mbufs and adjust chain.
-It returns a pointer to resulted mbuf chain on success.
-Otherwise, it returns NULL.
-In that case, the original mbuf
-.Fa m0
-will be freed.
+automatically allocates new mbufs and adjusts the chain.
+On success, it returns a pointer to the resulting mbuf chain,
+and frees the original mbuf
+.Fa m0 .
+Otherwise, it returns
+.Dv NULL .
The
.Fa how
parameter is a choice of
Home |
Main Index |
Thread Index |
Old Index