diff options
author | 2018-11-09 19:04:15 +0000 | |
---|---|---|
committer | 2018-11-09 19:04:15 +0000 | |
commit | 98276ef26c30f85afc86b32e520e1a3fdfbebd33 (patch) | |
tree | 7759865f4ef18950c5df700296d1aba6bb612a5b | |
parent | The 'recvfd' and 'inet' promises are no longer required by tcpdump(8) (diff) | |
download | wireguard-openbsd-98276ef26c30f85afc86b32e520e1a3fdfbebd33.tar.xz wireguard-openbsd-98276ef26c30f85afc86b32e520e1a3fdfbebd33.zip |
retuned -> returned;
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
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 |