summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-12-15 13:40:22 +0000
committerjmc <jmc@openbsd.org>2020-12-15 13:40:22 +0000
commit8f6effc9241677f7e237ac739b11b4813ee94796 (patch)
tree2bfab1d40c25fc8fafa939c56ba1ae08b34dd981
parentAdd helpers around rw_status(9) to help checking if a lock is held. (diff)
downloadwireguard-openbsd-8f6effc9241677f7e237ac739b11b4813ee94796.tar.xz
wireguard-openbsd-8f6effc9241677f7e237ac739b11b4813ee94796.zip
typo fix from aisha tammy; ok nicm
-rw-r--r--lib/libutil/imsg_init.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3
index 18720d1d59b..cf53cfaec38 100644
--- a/lib/libutil/imsg_init.3
+++ b/lib/libutil/imsg_init.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: imsg_init.3,v 1.23 2019/01/20 02:50:03 bcook Exp $
+.\" $OpenBSD: imsg_init.3,v 1.24 2020/12/15 13:40:22 jmc Exp $
.\"
.\" Copyright (c) 2010 Nicholas Marriott <nicm@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 20 2019 $
+.Dd $Mdocdate: December 15 2020 $
.Dt IMSG_INIT 3
.Os
.Sh NAME
@@ -186,7 +186,7 @@ appends to
bytes of ancillary data pointed to by
.Fa data .
It returns
-.Fa len
+.Fa datalen
if it succeeds, \-1 otherwise.
.Pp
.Fn imsg_close