diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-10-02 09:24:14 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-10-02 09:24:14 +0000 |
commit | a87d1875f734d4b40c10a6c4c2e885fccd592613 (patch) | |
tree | 547148120dfb8951510db6c01e61bf404f4f4e97 | |
parent | b7549d84c68bfb7cfbfc1c51e32097c733811e4f (diff) |
fix typo.
-rw-r--r-- | share/man/man9/ml_init.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ml_init.9 b/share/man/man9/ml_init.9 index 78965871041..7f0a5b71d69 100644 --- a/share/man/man9/ml_init.9 +++ b/share/man/man9/ml_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ml_init.9,v 1.5 2015/09/23 12:44:35 dlg Exp $ +.\" $OpenBSD: ml_init.9,v 1.6 2015/10/02 09:24:13 sobrado Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 23 2015 $ +.Dd $Mdocdate: October 2 2015 $ .Dt ML_INIT 9 .Os .Sh NAME @@ -54,7 +54,7 @@ .Fn MBUF_LIST_INITIALIZER .Fn MBUF_LIST_FOREACH "struct mbuf_list *ml" "VARNAME" .Sh DESCRIPTION -The mbuf list API provides implementions of data structures and operations +The mbuf list API provides implementations of data structures and operations for managing lists of mbufs between contexts. .Pp mbuf_list structures support the following functionality: |