File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -784,17 +784,17 @@ get the state of non-blocking mode for a
784784attempt to get a descriptor for a
785785.B pcap_t
786786that can be used in calls such as
787- .BR select (2 )
787+ .BR select ()
788788and
789- .BR poll (2 )
789+ .BR poll ()
790790.TP
791791.BR pcap_get_required_select_timeout (3PCAP)
792792attempt to get a timeout required for using a
793793.B pcap_t
794794in calls such as
795- .BR select (2 )
795+ .BR select ()
796796and
797- .BR poll (2 )
797+ .BR poll ()
798798.RE
799799.SS Filters
800800In order to cause only certain packets to be returned when reading
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ don't assume it's sufficient);
7070.IP
7171on Digital UNIX/Tru64 UNIX, immediate mode must be turned on by doing a
7272.B BIOCMBIC
73- .BR ioctl ,
73+ .BR ioctl () ,
7474as documented in
7575.BR packetfilter (7),
7676to clear the
You can’t perform that action at this time.
0 commit comments