]> git.gsnw.org Git - fping.git/commit
Improve -d and -n documentation
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sun, 30 Jan 2022 12:10:29 +0000 (13:10 +0100)
committerErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sun, 30 Jan 2022 12:10:29 +0000 (13:10 +0100)
commit1452bf362e7c587fb2b516251e47090d34504b4e
tree9f061089b386060bbbdae93f0fb569f5ac860dc8
parent477e6776ce4e1badfc6b1be983c68a37f536d393
Improve -d and -n documentation

* Adjust `fping.pod` entries for `-d, --rdns` and `-n, --name`:

  * The code performs reverse DNS lookups on the given targets,
    not on source addresses from ICMP Echo Responses or ICMP
    error messages.  Adjust the `-d` description to reflect this.

  * The sentence describing `-n` seems incomplete, so provide a
    completion in similar spirit to `-d`.

* Add `-d, --rdns` to `-h, --help` output since `-d` and `-n` are
  no longer equivalent.
doc/fping.pod
src/fping.c