diff options
author | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-08-28 09:15:17 +0000 |
---|---|---|
committer | Frederic Cambus <fcambus@cvs.openbsd.org> | 2020-08-28 09:15:17 +0000 |
commit | 842d73abd18d7ec574fe43b12f07cacce2b129ab (patch) | |
tree | 12c4a74bcf9bf0f3993f77e3b71304e007ce3283 /share/man/man9/ifq_enqueue.9 | |
parent | 781ded4fcfafff595956dc0a0b77b70ed4b5a54c (diff) |
Fix a few more typos in man9. Pointed out by jmc@, thanks!
Diffstat (limited to 'share/man/man9/ifq_enqueue.9')
-rw-r--r-- | share/man/man9/ifq_enqueue.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ifq_enqueue.9 b/share/man/man9/ifq_enqueue.9 index 3a4b451d5ae..c0b3f21c9ef 100644 --- a/share/man/man9/ifq_enqueue.9 +++ b/share/man/man9/ifq_enqueue.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifq_enqueue.9,v 1.10 2018/12/11 01:33:40 dlg Exp $ +.\" $OpenBSD: ifq_enqueue.9,v 1.11 2020/08/28 09:15:16 fcambus Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 11 2018 $ +.Dd $Mdocdate: August 28 2020 $ .Dt IFQ_ENQUEUE 9 .Os .Sh NAME @@ -55,7 +55,7 @@ .Ft void .Fn ifq_barrier "struct ifqueue *ifq" .Sh DESCRIPTION -The ifqueue API provides implementions of data structures and +The ifqueue API provides implementations of data structures and operations for the network stack to queue mbufs for a network driver to dequeue from its start routine for transmission. .Bl -tag -width Ds |