summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-06-19 18:36:13 +0000
committerjmc <jmc@openbsd.org>2017-06-19 18:36:13 +0000
commit1c896f373fd1eb05673e8995ac42a22bea9f246b (patch)
treea26af581f64c553f24f967ee38cc04f7bcdb7946
parentTerminate pledge log(9) with newline. This fixes dmesg(8) output. (diff)
downloadwireguard-openbsd-1c896f373fd1eb05673e8995ac42a22bea9f246b.tar.xz
wireguard-openbsd-1c896f373fd1eb05673e8995ac42a22bea9f246b.zip
missing letter in previous;
-rw-r--r--share/man/man9/mbuf.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 49b39222370..bc70b827f7a 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.108 2017/06/19 17:58:49 bluhm Exp $
+.\" $OpenBSD: mbuf.9,v 1.109 2017/06/19 18:36:13 jmc Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -105,7 +105,7 @@
.Ft struct mbuf *
.Fn m_freem "struct mbuf *m"
.Ft struct mbuf *
-.Fn m_freem "struct mbuf **mp"
+.Fn m_freemp "struct mbuf **mp"
.Ft void
.Fn m_purge "struct mbuf *m"
.Ft void