diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-05-29 03:06:10 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-05-29 03:06:10 +0000 |
commit | 70fb1e56d6748fd49c01aafae70e6cc7579ad019 (patch) | |
tree | c4e24ee54f1b2354e7b6086e744e3b4cb8ac1d04 /share/man | |
parent | 81f2b836054e2a8c21f11e35c52aed36db438a78 (diff) |
fix "STYLE: whitespace at end of input line"
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/ifq_deq_begin.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ifq_deq_begin.9 b/share/man/man9/ifq_deq_begin.9 index 5c2105501f4..3ded994743a 100644 --- a/share/man/man9/ifq_deq_begin.9 +++ b/share/man/man9/ifq_deq_begin.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifq_deq_begin.9,v 1.3 2020/05/28 23:37:44 dlg Exp $ +.\" $OpenBSD: ifq_deq_begin.9,v 1.4 2020/05/29 03:06:09 dlg 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: May 28 2020 $ +.Dd $Mdocdate: May 29 2020 $ .Dt IFQ_DEQ_BEGIN 9 .Os .Sh NAME @@ -36,7 +36,7 @@ set of functions provides a non-atomic alternative to .Xr ifq_dequeue 9 . Their use is discouraged, code should use .Xr ifq_dequeue 9 -whenever possible. +whenever possible. .Bl -tag -width Ds .It Fn ifq_deq_begin "struct ifqueue *ifq" Get a reference to the next mbuf to be transmitted from the |