]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Fix typos and update mailing list references.
authorGareth Randall <gareth@garethrandall.com>
Thu, 1 Oct 2015 17:27:53 +0000 (17:27 +0000)
committerGareth Randall <gareth@garethrandall.com>
Thu, 1 Oct 2015 17:27:53 +0000 (17:27 +0000)
AUTHORS
README
mtr.8

diff --git a/AUTHORS b/AUTHORS
index c3ec5affee0e6dc8605f9b0555e6f9b65f8aeafa..64557cfd37f4246b7e07e198e77a65574563806f 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,8 +4,8 @@
   Roger Wolff <R.E.Wolff@BitWizard.nl> 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 f6ac930684ec1b3670358c1945e30674335b8393..8bde0c1855aae00a602b32235a7e3b160812edcb 100644 (file)
--- 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 dba323ac5ba80f61d52c24a6da30d29599e0ff7a..06df650a476ae447f4e1859dbc51544f53697fb6 100644 (file)
--- 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).