gnu: iputils: Restyle description and native-inputs.

* gnu/packages/networking.scm (iputils)[native-inputs]: Reorder inputs.
[description]: Use @table over @itemize.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Bruno Victal 2023-10-09 21:06:34 +01:00 committed by Ludovic Courtès
parent 4c9d88a18b
commit 157cdce9c3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1653,28 +1653,36 @@ intended as a substitute for the PPPStatus and EthStatus projects.")
(("if build_ping == true") (("if build_ping == true")
"if false"))))))) "if false")))))))
(native-inputs (native-inputs
(list gettext-minimal (list docbook-xsl docbook-xml-5.0.1
pkg-config gettext-minimal
docbook-xsl libxml2 ;for XML_CATALOG_FILES
docbook-xml-5.0.1 libxslt pkg-config))
libxml2 ;for XML_CATALOG_FILES
libxslt))
(inputs (inputs
(list libcap libidn2 openssl)) (list libcap libidn2 openssl))
(synopsis "Collection of network utilities") (synopsis "Collection of network utilities")
(description (description
"This package contains a variety of tools for dealing with network "This package contains a variety of tools for dealing with network
configuration, troubleshooting, or servers. Utilities included are: configuration, troubleshooting, or servers. Utilities included are:
@table @command
@itemize @bullet @item arping
@item @command{arping}: Ping hosts using the @dfn{Address Resolution Protocol}. Ping hosts using @acronym{ARP, Address Resolution Protocol}.
@item @command{clockdiff}: Compute time difference between network hosts @item clockdiff
using ICMP TSTAMP messages. Compute time difference between network hosts using ICMP TSTAMP messages.
@item @command{ping}: Use ICMP ECHO messages to measure round-trip delays @item ninfod
and packet loss across network paths. Daemon that responds to IPv6 Node Information Queries.
@item @command{tracepath}: Trace network path to an IPv4 or IPv6 address and @item ping
discover MTU along the way. Use ICMP ECHO messages to measure round-trip delays and packet loss across
@end itemize") network paths.
@item rarpd
Answer RARP requests from clients.
@item rdisc
Populate network routing tables with information from the ICMP router
discovery protocol.
@item tftpd
Trivial file transfer protocol server.
@item tracepath
Trace network path to an IPv4 or IPv6 address and discover MTU along the way.
@end table")
;; The various utilities are covered by different licenses, see LICENSE ;; The various utilities are covered by different licenses, see LICENSE
;; for details. ;; for details.
(license (list license:gpl2+ ;arping, tracepath (license (list license:gpl2+ ;arping, tracepath