aboutsummaryrefslogtreecommitdiff
path: root/pcap-tstamp.manmisc.in
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2013-12-21 20:49:15 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2013-12-21 20:49:15 +0400
commite71e4f4cfa94eccfffc9cb9156ace3f67de6d243 (patch)
tree592aaa52dae6b720306b3b8ae25f0971afe42ba4 /pcap-tstamp.manmisc.in
parent18261ae6c2b2bc157cf9e528bbefafaedc2d43ee (diff)
downloadlibpcap-e71e4f4cfa94eccfffc9cb9156ace3f67de6d243.tar.gz
fix reference to pcap_tstamp_type_name_to_val()
Diffstat (limited to 'pcap-tstamp.manmisc.in')
-rw-r--r--pcap-tstamp.manmisc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-tstamp.manmisc.in b/pcap-tstamp.manmisc.in
index 2cd32c62..fec49ee2 100644
--- a/pcap-tstamp.manmisc.in
+++ b/pcap-tstamp.manmisc.in
@@ -95,7 +95,7 @@ The time stamp types are listed here; the first value is the #define to
use in code, the second value is the value returned by
.B pcap_tstamp_type_val_to_name()
and accepted by
-.BR pcap_tstamp_name_to_val() .
+.BR pcap_tstamp_type_name_to_val() .
.RS 5
.TP 5
.BR PCAP_TSTAMP_HOST " - " host
@@ -129,4 +129,4 @@ the host operating system's clock.
pcap_set_tstamp_type(3PCAP),
pcap_list_tstamp_types(3PCAP),
pcap_tstamp_type_val_to_name(3PCAP),
-pcap_tstamp_name_to_val(3PCAP)
+pcap_tstamp_type_name_to_val(3PCAP)