diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-29 15:44:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-29 15:44:38 +0000 |
commit | af647917742d4fbe2e78bad11912d0e1787945c4 (patch) | |
tree | 9d634d77e8297700210360b3deb59a4e53909ca5 /share/man | |
parent | 49c0c314a19df28b4eefa3f5e45e34a806b94d66 (diff) |
extra word deleted; spotted by jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/mbuf.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 6337ee1b337..45af95e2749 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.38 2008/11/29 02:39:30 deraadt Exp $ +.\" $OpenBSD: mbuf.9,v 1.39 2008/11/29 15:44:37 deraadt Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -629,7 +629,7 @@ to the mbuf pointed to by If .Fa ifp is passed in, then per-interface accounting for the mbuf will occur, -and thus mbuf allocation can fail in when limits are reached. +and thus mbuf allocation can fail when limits are reached. Returns either the mbuf .Fa m that was passed in, or the newly allocated one which was allocated; in |