summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-02 02:00:10 +0200
commit3db685cb2e2ce2a4b29c62d28a66201b2eba018f (patch)
tree3ce0680a2aa8b551b2a56c35cabdfb07a97fc208 /gnu/packages/linux.scm
parent59da3b68921d9e2f273e38fe8fbc1d0af4744919 (diff)
gnu: crda: Mark up acronyms in description.
* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index cd6b50129e..fb903723de 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4627,10 +4627,10 @@ interface.")
(inputs (list libnl))
(home-page
"https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA")
- (synopsis "Central regulatory domain agent (CRDA) for WiFi")
+ (synopsis "@acronym{CRDA, Central Regulatory Domain Agent} for WiFi")
(description
- "The Central Regulatory Domain Agent (CRDA) acts as the udev helper for
-communication between the kernel Linux and user space for regulatory
+ "The @acronym{CRDA, Central Regulatory Domain Agent} acts as the udev
+helper for communication between the kernel Linux and user space for regulatory
compliance.")
(license license:copyleft-next)))