diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-14 17:25:20 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2002-06-14 17:25:20 +0000 |
commit | 3f88404251668cbba24f70ab49eb23ce43620e84 (patch) | |
tree | 9dc48101226e508cb5ab82a1378f1a2d28a1df00 /share/man | |
parent | 14c2660ac94fd81e616e688019e6d0112378eed0 (diff) |
Typo.
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 aafefe74768..6759d9f09ae 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.5 2002/06/12 07:25:35 aaron Exp $ +.\" $OpenBSD: mbuf.9,v 1.6 2002/06/14 17:25:19 aaron Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -341,7 +341,7 @@ The same as .Fn m_copym except that it copies cluster mbufs, where .Fn m_copym -just increase the reference count of the clusters. +just increases the reference count of the clusters. .It Fn m_free "struct mbuf *m" Free the mbuf pointed to by .Fa m . |