diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-05-28 23:37:45 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-05-28 23:37:45 +0000 |
commit | 9d6270d13fdd6fd3d6baae906b2714dec3a3a235 (patch) | |
tree | 2c952d402bc85ac881561d20b2b1808d90c22c03 /share/man | |
parent | 831d3d64a437f6490d9517e96a364597ed2a8dbc (diff) |
people can't know ifq_deq_begin is discouraged unless it's actually stated.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/ifq_deq_begin.9 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man9/ifq_deq_begin.9 b/share/man/man9/ifq_deq_begin.9 index 97e870a4f77..5c2105501f4 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.2 2015/11/23 11:07:58 jmc Exp $ +.\" $OpenBSD: ifq_deq_begin.9,v 1.3 2020/05/28 23:37:44 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: November 23 2015 $ +.Dd $Mdocdate: May 28 2020 $ .Dt IFQ_DEQ_BEGIN 9 .Os .Sh NAME @@ -33,7 +33,10 @@ .Sh DESCRIPTION The ifq_deq_* set of functions provides a non-atomic alternative to -.Fn ifq_dequeue . +.Xr ifq_dequeue 9 . +Their use is discouraged, code should use +.Xr ifq_dequeue 9 +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 |