diff options
author | 2013-06-05 11:30:23 +0000 | |
---|---|---|
committer | 2013-06-05 11:30:23 +0000 | |
commit | 13d49ad10d47cb3abfb45be5bf89ab4ee3f09b24 (patch) | |
tree | 27da95800237e1d335cf3711ee71dfc81ff67969 | |
parent | ansi function declarations. (diff) | |
download | wireguard-openbsd-13d49ad10d47cb3abfb45be5bf89ab4ee3f09b24.tar.xz wireguard-openbsd-13d49ad10d47cb3abfb45be5bf89ab4ee3f09b24.zip |
\-1;
-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 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. |