diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-05 01:06:37 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-09-05 01:06:37 +0000 |
commit | c7f0a356fc55bdcd93733bb01a4f1f7ddaaac856 (patch) | |
tree | 76fad903be0e43cc0001fc956423c3bb27d8a873 /share | |
parent | 9ed4b2dbb0f97337ee73d890c1679f9cba9e49eb (diff) |
functions are .Fn, not .Fa
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/if_rxr_init.9 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/if_rxr_init.9 b/share/man/man9/if_rxr_init.9 index a9fc9d5071b..171129de96b 100644 --- a/share/man/man9/if_rxr_init.9 +++ b/share/man/man9/if_rxr_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: if_rxr_init.9,v 1.2 2014/07/08 05:52:17 jmc Exp $ +.\" $OpenBSD: if_rxr_init.9,v 1.3 2014/09/05 01:06:36 dlg Exp $ .\" .\" Copyright (c) 2014 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: July 8 2014 $ +.Dd $Mdocdate: September 5 2014 $ .Dt IF_RXR_INIT 9 .Os .Sh NAME @@ -111,9 +111,9 @@ with the number of elements in the array passed via .Pp For the heuristic to work correctly, a driver using this API should return all possible descriptor slots with -.Fa if_rxr_put +.Fn if_rxr_put before calling -.Fa if_rxr_get +.Fn if_rxr_get to fill them again. .Sh CONTEXT .Fn if_rxr_init , @@ -123,9 +123,9 @@ and .Fn if_rxr_inuse can be called during autoconf, from process context, or from interrupt context. .Pp -.Fa if_rxr_ioctl +.Fn if_rxr_ioctl and -.Fa if_rxr_info_ioctl +.Fn if_rxr_info_ioctl can be called from process context, and only from the context of the process generating an ioctl call. .Pp |