me
/
guix
Archived
1
0
Fork 0

gnu: fping: Edit description.

* gnu/packages/networking.scm (fping)[description]: Fix a typo & mark
it up.
master
Tobias Geerinckx-Rice 2020-07-13 19:49:34 +02:00
parent 455933c605
commit 7d212938ff
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 8 additions and 7 deletions

View File

@ -997,13 +997,14 @@ network frames.")
(home-page "https://fping.org/") (home-page "https://fping.org/")
(synopsis "Send ICMP ECHO_REQUEST packets to network hosts") (synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
(description (description
"fping is a ping like program which uses the Internet Control Message "fping is a ping-like program which uses @acronym{ICMP, Internet Control
Protocol (ICMP) echo request to determine if a target host is responding. Message Protocol} echo requests to determine if a target host is responding.
fping differs from ping in that you can specify any number of targets on the
command line, or specify a file containing the lists of targets to ping. @command{fping} differs from @command{ping} in that you can specify any number
Instead of sending to one target until it times out or replies, fping will of targets on the command line, or specify a file containing the lists of
send out a ping packet and move on to the next target in a round-robin targets to ping. Instead of sending to one target until it times out or
fashion.") replies, fping will send out a ping packet and move on to the next target in a
round-robin fashion.")
(license license:expat))) (license license:expat)))
(define-public gandi.cli (define-public gandi.cli