summaryrefslogtreecommitdiff
path: root/pcap_set_tstamp_type.3pcap.in
diff options
context:
space:
mode:
authorThomas Habets <habets@google.com>2014-12-05 12:10:12 +0000
committerThomas Habets <habets@google.com>2014-12-05 12:10:12 +0000
commit9a7dd765ed3ae2afb02968da907e7a18ae150fa6 (patch)
tree99b2d1051319d6b01bf120637853dc18f4ba96e9 /pcap_set_tstamp_type.3pcap.in
parent8d1ab68d34ca9358d4ef42af3f428353c7ef7c5f (diff)
downloadlibpcap-9a7dd765ed3ae2afb02968da907e7a18ae150fa6.tar.gz
Correct return value documentation in manpages.
Manpages: * pcap_datalink_name_to_val * pcap_set_tstamp_type * pcap_tstamp_type_name_to_val
Diffstat (limited to 'pcap_set_tstamp_type.3pcap.in')
-rw-r--r--pcap_set_tstamp_type.3pcap.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap_set_tstamp_type.3pcap.in b/pcap_set_tstamp_type.3pcap.in
index 261c3152..fd673bd4 100644
--- a/pcap_set_tstamp_type.3pcap.in
+++ b/pcap_set_tstamp_type.3pcap.in
@@ -52,7 +52,7 @@ for a list of all the time stamp types.
returns 0 on success if the specified time stamp type is expected to be
supported by the capture device,
.B PCAP_WARNING_TSTAMP_TYPE_NOTSUP
-on success if the specified time stamp type is not supported by the
+if the specified time stamp type is not supported by the
capture device,
.B PCAP_ERROR_ACTIVATED
if called on a capture handle that has been activated, and