diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2020-05-02 13:26:25 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2020-05-02 13:29:06 +0100 |
commit | 03264c22343988944ecdc84dcc64ee470e99cb8a (patch) | |
tree | 35f74449cd4233fa5c01487e30d74d3c7aaa45ca /pcap_get_required_select_timeout.3pcap | |
parent | 5054e03e972a6a1cbde5b83d433ab7aaf36e0646 (diff) |
Refer to pcap_dispatch() correctly in a man page.
This way regen_manpages.sh can understand it is a reference to a local
man page and can produce a correct hyperlink for it in the HTML file.
[skip ci]
Diffstat (limited to 'pcap_get_required_select_timeout.3pcap')
-rw-r--r-- | pcap_get_required_select_timeout.3pcap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap_get_required_select_timeout.3pcap b/pcap_get_required_select_timeout.3pcap index ec2993fb..4c7e7e63 100644 --- a/pcap_get_required_select_timeout.3pcap +++ b/pcap_get_required_select_timeout.3pcap @@ -73,7 +73,7 @@ timeout argument to if the .B EVFILT_TIMER event for a particular selectable descriptor signals an event, -.BR pcap_dispatch (2) +.BR pcap_dispatch (3PCAP) should be called for the corresponding .BR pcap_t . .PP @@ -86,7 +86,7 @@ argument to .BR epoll_wait (); if the timer object for a particular selectable descriptor signals an event, -.BR pcap_dispatch (2) +.BR pcap_dispatch (3PCAP) should be called for the corresponding .BR pcap_t . .PP @@ -96,7 +96,7 @@ the smallest of all timeouts returned by for devices from which packets will be captured and any other timeouts to be used in the call should be used as the timeout for the call, and, when the call returns, -.BR pcap_dispatch (2) +.BR pcap_dispatch (3PCAP) should be called for all .BR pcap_t s for which a |