summaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-16 02:00:02 +0200
commit5f520cc7569fb8bf0e6d5ec69be254eb79b82360 (patch)
treef2305b79ebe6d9364ae36f97630a6e71f0e8f98b /gnu/packages/hardware.scm
parent03f618d63ff717626298c3c629896818640794b6 (diff)
downloadguix-patches-5f520cc7569fb8bf0e6d5ec69be254eb79b82360.tar
guix-patches-5f520cc7569fb8bf0e6d5ec69be254eb79b82360.tar.gz
gnu: liblxi: Edit description.
* gnu/packages/hardware.scm (liblxi)[synopsis]: Use @acronym{}. [description]: Likewise. Expand.
Diffstat (limited to 'gnu/packages/hardware.scm')
-rw-r--r--gnu/packages/hardware.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index eb63e4f9d2..339a3bf345 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -1415,11 +1415,13 @@ confused with the @code{cpuid} command line utility from package @code{cpuid}.")
(inputs
(list avahi libtirpc libxml2))
(home-page "https://lxi-tools.github.io/")
- (synopsis "LAN eXtensions for Instrumentation library")
+ (synopsis "@acronym{LXI, LAN eXtensions for Instrumentation} library")
(description
- "This package provides library for LAN eXtensions for Instrumentation
-based on the LXI Consortium standard which defines the communication protocols
-for modern instrumentation and data acquision systems using Ethernet.")
+ "This library offers a simple API for communicating with instruments
+compatible with the @acronym{LXI, LAN eXtensions for Instrumentation} standard
+that defines communication protocols for instrumentation and data acquisition
+systems using Ethernet. Applications can use liblxi to discover instruments on
+your network, send SCPI commands, and receive responses.")
(license license:bsd-3)))
(define-public lxi-tools