From b3271ee92ad1b964e898f60c0974937d364ce226 Mon Sep 17 00:00:00 2001 From: Darafei Praliaskouski Date: Fri, 8 May 2026 00:50:53 +0400 Subject: [PATCH] docs: clarify raw ping time units --- man/mtr.8.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/mtr.8.in b/man/mtr.8.in index 5101094..24b529e 100644 --- a/man/mtr.8.in +++ b/man/mtr.8.in @@ -238,6 +238,12 @@ Use the raw output format. This format is better suited for archival of the measurement results. It could be parsed to be presented into any of the other display methods. .IP +Raw output uses one line per event. Reply lines have the form +.BR "p " "position " "round-trip-time " sequence , +where +.I round-trip-time +is an integer number of microseconds. +.IP Example of the raw output format: .nf h 0 10.1.1.1 -- 2.47.3