diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2006-09-05 18:00:35 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2006-09-05 18:00:35 +0000 |
commit | 914b4a13783d35da3ac1d4499f3a2ad23bc35d54 (patch) | |
tree | ad416e1480850191ada91c106d503a534033b559 /share/man/man9 | |
parent | 53f802d281daaa6448591452d288db130dd69007 (diff) |
mention that the 'cp' argument to m_copyback is the buffer to be
copied from.
ok jmc@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 16e04681562..5c4189f7f03 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.20 2006/08/28 19:02:46 damien Exp $ +.\" $OpenBSD: mbuf.9,v 1.21 2006/09/05 18:00:34 thib Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -518,7 +518,9 @@ is positive, the data will be trimmed from the head of the mbuf chain and if it is negative, it will be trimmed from the tail of the mbuf chain. .It Fn m_copyback "struct mbuf *m0" "int off" "int len" "caddr_t cp" -Copy data from a buffer back into the mbuf chain pointed to by +Copy data from a buffer pointed to by +.Fa cp +back into the mbuf chain pointed to by .Fa m0 starting at .Fa off |