]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix function name in pcap_is_swapped.3pcap.
authorDenis Ovsienko <[email protected]>
Tue, 17 Jul 2018 16:00:54 +0000 (16:00 +0000)
committerGuy Harris <[email protected]>
Tue, 17 Jul 2018 20:41:22 +0000 (13:41 -0700)
(cherry picked from commit 9dcfeb0ccf75ff027b6f89a8fc75596d6df9fd49)

pcap_is_swapped.3pcap

index c4e62ae547696b66b5f938d0cce19eee06f8785e..36691d3102afb637770ee5af9e3b15d1f006637a 100644 (file)
@@ -43,7 +43,7 @@ It must not be called on a pcap descriptor created by
 that has not yet been activated by
 .BR pcap_activate() .
 .SH RETURN VALUE
-.B pcap_datalink()
+.B pcap_is_swapped()
 returns true (1) or false (0) on success and
 .B PCAP_ERROR_NOT_ACTIVATED
 if called on a capture handle that has been created but not activated.