summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-06-05 11:30:23 +0000
committerjmc <jmc@openbsd.org>2013-06-05 11:30:23 +0000
commit13d49ad10d47cb3abfb45be5bf89ab4ee3f09b24 (patch)
tree27da95800237e1d335cf3711ee71dfc81ff67969
parentansi function declarations. (diff)
downloadwireguard-openbsd-13d49ad10d47cb3abfb45be5bf89ab4ee3f09b24.tar.xz
wireguard-openbsd-13d49ad10d47cb3abfb45be5bf89ab4ee3f09b24.zip
\-1;
-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 7e635315345..fb14a0c975a 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.62 2013/06/05 03:28:43 dlg Exp $
+.\" $OpenBSD: mbuf.9,v 1.63 2013/06/05 11:30:23 jmc Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -558,7 +558,7 @@ single mbuf or cluster.
.Fa wait
specifies whether it can wait or not for the replacement storage.
.Fn m_defrag
-returns 0 on success or -1 on failure.
+returns 0 on success or \-1 on failure.
The mbuf pointer
.Fa m
remains in existence and unchanged on failure.