diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2023-02-26 20:40:39 +0000 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2023-02-26 20:47:17 +0000 |
commit | 05d4547d34b23fb438bf18a56537a54ff975f1e1 (patch) | |
tree | f74cc61f2b98a09f6a03ea6f20fa9171e6a9fff1 /pcap_set_tstamp_precision.3pcap.in | |
parent | c7cd0a19f19145157cc8c3b03d32efac9f379104 (diff) |
Fixup some minor man page formatting issues. [skip ci]
In pcap_activate(3PCAP) style a C type consistently and format the first
reference to pcap_close() properly. In pcap_findalldevs(3PCAP) format
NULL consistently. In pcap_set_tstamp_precision(3PCAP) take "and" out
of the constant name.
Diffstat (limited to 'pcap_set_tstamp_precision.3pcap.in')
-rw-r--r-- | pcap_set_tstamp_precision.3pcap.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcap_set_tstamp_precision.3pcap.in b/pcap_set_tstamp_precision.3pcap.in index 1889f43d..ab27ce59 100644 --- a/pcap_set_tstamp_precision.3pcap.in +++ b/pcap_set_tstamp_precision.3pcap.in @@ -44,7 +44,8 @@ that has not yet been activated by .BR pcap_activate (3PCAP). Two time stamp precisions are supported, microseconds and nanoseconds. One can use options -.B PCAP_TSTAMP_PRECISION_MICRO and +.B PCAP_TSTAMP_PRECISION_MICRO +and .B PCAP_TSTAMP_PRECISION_NANO to request desired precision. By default, time stamps are in microseconds. .SH RETURN VALUE |