guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: fping: Edit description.


From: guix-commits
Subject: 01/03: gnu: fping: Edit description.
Date: Mon, 13 Jul 2020 20:02:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7d212938ff93bc5e8a7c5184229f31118d41ae67
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 13 19:49:34 2020 +0200

    gnu: fping: Edit description.
    
    * gnu/packages/networking.scm (fping)[description]: Fix a typo & mark
    it up.
---
 gnu/packages/networking.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d4c8905..d5f86fb 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -997,13 +997,14 @@ network frames.")
     (home-page "https://fping.org/";)
     (synopsis "Send ICMP ECHO_REQUEST packets to network hosts")
     (description
-     "fping is a ping like program which uses the Internet Control Message
-Protocol (ICMP) echo request 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.
-Instead of sending to one target until it times out or replies, fping will
-send out a ping packet and move on to the next target in a round-robin
-fashion.")
+     "fping is a ping-like program which uses @acronym{ICMP, Internet Control
+Message Protocol} echo requests to determine if a target host is responding.
+
+@command{fping} differs from @command{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.  Instead of sending to one target until it times out or
+replies, fping will send out a ping packet and move on to the next target in a
+round-robin fashion.")
     (license license:expat)))
 
 (define-public gandi.cli



reply via email to

[Prev in Thread] Current Thread [Next in Thread]