diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-10-05 15:49:14 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2018-10-05 15:49:14 +0200 |
commit | 51eefc7c84f6791de120c3944387cff1c16a84de (patch) | |
tree | 43872bdbc520952d0774ce460d9169aa99118d38 /tcpdump.1.in | |
parent | 466113cdb442c9feaaaa1c468a8645a5bc69a367 (diff) | |
download | tcpdump-51eefc7c84f6791de120c3944387cff1c16a84de.tar.gz |
man page: Update the -ttt and -ttttt options sections
The delta is printed with microsecond or nanosecond resolution depending
on the --time-stamp-precision option (default is microsecond resolution).
Diffstat (limited to 'tcpdump.1.in')
-rw-r--r-- | tcpdump.1.in | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/tcpdump.1.in b/tcpdump.1.in index 6d873068..d11424ed 100644 --- a/tcpdump.1.in +++ b/tcpdump.1.in @@ -684,16 +684,20 @@ Print the timestamp, as seconds since January 1, 1970, 00:00:00, UTC, and fractions of a second since that time, on each dump line. .TP .B \-ttt -Print a delta (micro-second resolution) between current and previous line -on each dump line. +Print a delta (microsecond or nanosecond resolution depending on the +.B \-\-time\-stamp-precision +option) between current and previous line on each dump line. +The default is microsecond resolution. .TP .B \-tttt Print a timestamp, as hours, minutes, seconds, and fractions of a second since midnight, preceded by the date, on each dump line. .TP .B \-ttttt -Print a delta (micro-second resolution) between current and first line -on each dump line. +Print a delta (microsecond or nanosecond resolution depending on the +.B \-\-time\-stamp-precision +option) between current and first line on each dump line. +The default is microsecond resolution. .TP .B \-u Print undecoded NFS handles. |