diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-05 02:26:51 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2020-06-05 02:26:51 +0000 |
commit | 28a97a37584fc304954480f0431f328a1b638b08 (patch) | |
tree | 859dc05324a30a318af6c0b8556f7072751817a8 /share/man | |
parent | 62620304d538ca699df03de1a50910a95fc9e217 (diff) |
spell if_rxr_livelocked properly
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/ifiq_input.9 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/ifiq_input.9 b/share/man/man9/ifiq_input.9 index 807a05cebd8..a6241123bf3 100644 --- a/share/man/man9/ifiq_input.9 +++ b/share/man/man9/ifiq_input.9 @@ -1,6 +1,6 @@ -.\" $OpenBSD: ifiq_input.9,v 1.1 2020/06/05 02:24:12 dlg Exp $ +.\" $OpenBSD: ifiq_input.9,v 1.2 2020/06/05 02:26:50 dlg Exp $ .\" -.\" Copyright (c) 2020 David Gwynne <dlg@openbsd.org> +.\" Copyright (c) 2020 David Gwynne <dlg@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -59,7 +59,7 @@ stack to process. If possible, the caller should attempt to reduce the number of mbufs being generated in the future, eg, if mbufs are being received from hardware managed with the interface RX ring API, -.Xr rxr_livelocked 9 +.Xr if_rxr_livelocked 9 can be called to indicate to the hardware that backpressure is required. .Sh SEE ALSO -.Xr rxr_livelocked 9 +.Xr if_rxr_livelocked 9 |