From d94e06de5e03862932158fdca480b56827f37297 Mon Sep 17 00:00:00 2001 From: Gareth Randall Date: Thu, 1 Oct 2015 17:27:53 +0000 Subject: [PATCH] Fix typos and update mailing list references. --- AUTHORS | 4 ++-- README | 2 +- mtr.8 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index c3ec5af..64557cf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,8 +4,8 @@ Roger Wolff is currently maintaing mtr. - Bug reports and feature requests should be sent to the mtr - mailing list. See the README file for details. + Bug reports and feature requests should be sent as described in + the README file. Thanks to everyone who has provided feedback on mtr. diff --git a/README b/README index f6ac930..8bde0c1 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ WHAT IS MTR? As mtr starts, it investigates the network connection between the host mtr runs on and a user-specified destination host. After it determines the address of each network hop between the machines, - it sends a sequence ICMP ECHO requests to each one to determine the + it sends a sequence of ICMP ECHO requests to each one to determine the quality of the link to each machine. As it does this, it prints running statistics about each machine. diff --git a/mtr.8 b/mtr.8 index dba323a..06df650 100644 --- a/mtr.8 +++ b/mtr.8 @@ -372,7 +372,7 @@ This environment variable allows to specify options, as if they were passed on the command line. It is parsed before reading the actual command line options, so that options specified in .B MTR_OPTIONS -are overriden by command-line options. +are overridden by command-line options. Example: @@ -413,5 +413,5 @@ GitHub at: .BR https://github.com/traviscross/mtr . .SH "SEE ALSO" traceroute(8), -ping(8) +ping(8), TCP/IP Illustrated (Stevens, ISBN 0201633469). -- 2.47.2