]> git.gsnw.org Git - fping.git/commitdiff
wording fixes
authorDavid Schweikert <david@schweikert.ch>
Thu, 16 Feb 2017 14:17:43 +0000 (15:17 +0100)
committerDavid Schweikert <david@schweikert.ch>
Thu, 16 Feb 2017 14:17:43 +0000 (15:17 +0100)
ChangeLog

index 257ddd67ed96cadbb39c9187dd26f419cdf7f3f2..8a1439471aa808ef3cb348ec46cb5ff8814cb5bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,8 @@
     example, doing 'fping google.com' is going to ping the IPv6 IP of
     google.com on IPv6-enabled hosts.
 
-    If you need exact compatibility with old versions, you can configure
-    and install fping twice: once for ipv4, and once for ipv6:
+    If you need exact compatibility with old versions, you can configure and
+    install fping twice: once for ipv4, and once for ipv6:
     - ./configure --disable-ipv6; make clean install
     - ./configure --disable-ipv4 --program-suffix=6; make clean install
 
   * INCOMPATIBILITY WARNING 3:
     fping will now discard replies, if they arrive after the defined timeout
     for reply packets, specified with -t. This change is relevant only for for
-    the counting and looping modes, where now the measured times should be
+    the counting and looping modes, where the measured times should now be
     more consistent (see github issue #32 for details).
 
     To prevent loosing reply packets because of this change, the default
-    timeout in counting and looping modes is now automatically adjusted
-    to the period interval (up to 2000ms), but it can be overriden with
-    the -t option. The default timeout for non-looping/counting modes
-    remains 500ms.
+    timeout in counting and looping modes is now automatically adjusted to the
+    period interval (up to 2000 ms), but it can be overriden with the -t
+    option. The default timeout for non-looping/counting modes remains 500 ms.
 
   * (feature) Unified 'fping' and 'fping6' into one binary (#80)
   * (feature) Long option names for all options