summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-11-09 19:04:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-11-09 19:04:16 +0000
commitb6061f7ec92c5059e9d6a81a985013af4f2ae798 (patch)
tree60ccb8789b7cfd674099066605ff6ca93c81e517 /share/man
parent3a20d287ce938018b0b670069bc499dc06b7f699 (diff)
retuned -> returned;
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/mbuf.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index a312af2fb6b..edebe40914a 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mbuf.9,v 1.115 2018/11/09 14:17:13 claudio Exp $
+.\" $OpenBSD: mbuf.9,v 1.116 2018/11/09 19:04:15 jmc Exp $
.\"
.\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org>
.\" All rights reserved.
@@ -777,14 +777,14 @@ in the mbuf pointed to by
.Fa m .
If the data of the mbuf pointed to by
.Fa m
-is read-only then 0 is retuned.
+is read-only then 0 is returned.
.It Fn m_trailingspace "struct mbuf *m"
Compute the amount of space available after the end of data in the
mbuf pointed to by
.Fa m .
If the data of the mbuf pointed to by
.Fa m
-is read-only then 0 is retuned.
+is read-only then 0 is returned.
.It Fn m_dup_pkt "struct mbuf *m" "u_int adj" "int how"
Allocate a new mbuf and storage and copy the packet data and header,
including mbuf tags, from