From 72d3dbb9ab4481606cb93caca98ba3b3a8eb6ce2 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Mon, 29 May 2017 03:56:19 +0300 Subject: 8300 fix man page issues found by mandoc 1.14.1 Reviewed by: Robert Mustacchi Reviewed by: Toomas Soome Approved by: Gordon Ross --- usr/src/man/man9f/mac_rx.9f | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'usr/src/man/man9f/mac_rx.9f') diff --git a/usr/src/man/man9f/mac_rx.9f b/usr/src/man/man9f/mac_rx.9f index 74ce834a9a..19067c1838 100644 --- a/usr/src/man/man9f/mac_rx.9f +++ b/usr/src/man/man9f/mac_rx.9f @@ -46,12 +46,13 @@ member. The .Fn mac_rx function is used by device drivers to deliver frames that a device -driver has received to the rest of the operating system. This will -generally be called at the end of a device driver's interrupt handler +driver has received to the rest of the operating system. +This will generally be called at the end of a device driver's interrupt handler after it is has converted all of the incoming data into a chain of .Xr mblk 9S -structures. For a full description of the process that the device driver -should take as part of receiving data, see the +structures. +For a full description of the process that the device driver should take as part +of receiving data, see the .Sx Receiving Data section of .Xr mac 9E . @@ -63,9 +64,9 @@ function. .Pp Device drivers should not call the .Fn mac_rx -function after each individual mblk_t is assembled. Rather, the device -driver should batch up as many frames as it is willing to process in a -given interrupt or otherwise. +function after each individual mblk_t is assembled. +Rather, the device driver should batch up as many frames as it is willing to +process in a given interrupt or otherwise. .Sh CONTEXT The .Fn mac_rx -- cgit v1.2.3