From f4a5de41d3945c743e3f15d81702aa04b2848b40 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 19 Feb 2019 23:44:21 +0100 Subject: [PATCH 1/4] Use HTTPS for link to fping homepage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64bcaad..de9e834 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ _Current maintainer_: David Schweikert \ _Website_: - http://fping.org/ + https://fping.org/ _Mailing-list_: https://groups.google.com/group/fping-users From 046d9e4a45a894a1d6e7544d778e4235e86290a5 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 19 Feb 2019 23:46:24 +0100 Subject: [PATCH 2/4] Improve Markdown formatting --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index de9e834..ec10f5a 100644 --- a/README.md +++ b/README.md @@ -22,22 +22,23 @@ _Mailing-list_: If you want to install fping from source, proceed as follows: -0. Run ./autogen.sh +0. Run `./autogen.sh` (only if you got the source from github) -1. Run ./configure with the correct arguments - (see: ./configure --help) -2. Run make; make install +1. Run `./configure` with the correct arguments + (see: `./configure --help`) +2. Run `make; make install` 3. Make fping either setuid, or, if under Linux: - sudo setcap cap_net_raw+ep fping -4. Have a look at the fping(8) manual for usage help - (fping -h will also give a minimal help output) + `sudo setcap cap_net_raw+ep fping` +4. Have a look at the [fping(8)](doc/fping.pod) manual for usage help + (`fping -h` will also give a minimal help output) ## Usage See: [fping man-page](doc/fping.pod) ## Credits -Original author: Roland Schemers (schemers@stanford.edu) -Previous maintainer: RL "Bob" Morgan (morgan@stanford.edu) -Initial IPv6 Support: Jeroen Massar (jeroen@unfix.org / jeroen@ipng.nl) -Other contributors: see ChangeLog + +* Original author: Roland Schemers (schemers@stanford.edu) +* Previous maintainer: RL "Bob" Morgan (morgan@stanford.edu) +* Initial IPv6 Support: Jeroen Massar (jeroen@unfix.org / jeroen@ipng.nl) +* Other contributors: see [ChangeLog](ChangeLog) From 0d4648c9765b2abaec58c4afbfca91402ddc71da Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 19 Feb 2019 23:48:53 +0100 Subject: [PATCH 3/4] Add some missing full stops Capitalize "github". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec10f5a..d1caaec 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ _Mailing-list_: If you want to install fping from source, proceed as follows: 0. Run `./autogen.sh` - (only if you got the source from github) -1. Run `./configure` with the correct arguments + (only if you got the source from Github). +1. Run `./configure` with the correct arguments. (see: `./configure --help`) -2. Run `make; make install` +2. Run `make; make install`. 3. Make fping either setuid, or, if under Linux: `sudo setcap cap_net_raw+ep fping` 4. Have a look at the [fping(8)](doc/fping.pod) manual for usage help From 60c0ad3a6aab0771abc19f3434afd44a9185ad62 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 19 Feb 2019 23:51:03 +0100 Subject: [PATCH 4/4] Merge the two redundant mentions of the man page --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1caaec..b1e9b1d 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,11 @@ If you want to install fping from source, proceed as follows: 2. Run `make; make install`. 3. Make fping either setuid, or, if under Linux: `sudo setcap cap_net_raw+ep fping` -4. Have a look at the [fping(8)](doc/fping.pod) manual for usage help - (`fping -h` will also give a minimal help output) ## Usage -See: [fping man-page](doc/fping.pod) +Have a look at the [fping(8)](doc/fping.pod) manual page for usage help. +(`fping -h` will also give a minimal help output.) ## Credits