diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2017-11-15 01:41:21 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2017-11-15 01:41:21 +0000 |
commit | c22fa94f56c0a6a7ecb0588d089ddcea9520f599 (patch) | |
tree | 6c991ca91e600cf8e04c8330d0e4ccf915babbb5 /share | |
parent | 29c791574f82d3f3a10f927fa0863c57fe58cb15 (diff) |
wrap some long lines for function prototypes with .Fo, .Fa, and .Fc.
no functional change, ie, the output is the same
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/if_rxr_init.9 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/share/man/man9/if_rxr_init.9 b/share/man/man9/if_rxr_init.9 index 152a199046a..033a2ab1156 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.5 2015/11/23 17:53:57 jmc Exp $ +.\" $OpenBSD: if_rxr_init.9,v 1.6 2017/11/15 01:41:20 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: November 23 2015 $ +.Dd $Mdocdate: November 15 2017 $ .Dt IF_RXR_INIT 9 .Os .Sh NAME @@ -36,9 +36,18 @@ .Ft unsigned int .Fn if_rxr_inuse "struct if_rxring *rxr" .Ft int -.Fn if_rxr_ioctl "struct if_rxrinfo *ifri" "const char *name" "unsigned int size" "struct if_rxring *rxr" +.Fo if_rxr_ioctl +.Fa "struct if_rxrinfo *ifri" +.Fa "const char *name" +.Fa "unsigned int size" +.Fa "struct if_rxring *rxr" +.Fc .Ft int -.Fn if_rxr_info_ioctl "struct if_rxrinfo *ifri" "unsigned int n" "struct if_rxring_info *rings" +.Fo if_rxr_info_ioctl +.Fa "struct if_rxrinfo *ifri" +.Fa "unsigned int n" +.Fa "struct if_rxring_info *rings" +.Fc .Sh DESCRIPTION The Interface Receive Ring accounting API provides a mechanism to manage the number of available descriptors on a network card's receive |