diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-09-03 21:48:38 +0300 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2015-09-04 08:45:07 +0200 |
commit | d5bdc3836a9b8bfc03b9c9ff86d913e0717fd300 (patch) | |
tree | 45a239c05562e4223d02240ec7a7e0d42faa2119 | |
parent | e75b97f1dd6685bda19f188221957d9ad1704539 (diff) |
flowtop: man: Fix small typo of timestampinf
Fix typo timestampinf -> timestamping
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | flowtop.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ The following information will be presented in flowtop's output: * Flow port's service name heuristic * Transport protocol state machine information * Byte/packet counters (if they are enabled) - * Connection duration (if timestampinf is enabled) + * Connection duration (if timestamping is enabled) .PP In order for flowtop to work, netfilter must be active and running on your machine, thus kernel-side connection tracking is active. If netfilter |