diff options
-rw-r--r-- | pcap-tstamp.manmisc.in | 4 | ||||
-rw-r--r-- | pcap.3pcap.in | 2 |
2 files changed, 3 insertions, 3 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) diff --git a/pcap.3pcap.in b/pcap.3pcap.in index e41c5058..ecb31adb 100644 --- a/pcap.3pcap.in +++ b/pcap.3pcap.in @@ -425,7 +425,7 @@ get name for a time stamp type .BR pcap_tstamp_type_val_to_description (3PCAP) get description for a time stamp type .TP -.BR pcap_tstamp_name_to_val (3PCAP) +.BR pcap_tstamp_type_name_to_val (3PCAP) get time stamp type corresponding to a name .TP .BR pcap_datalink (3PCAP) |