diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:08 +0200 |
commit | 4c0f0ab984f91756a01dc5f5191e3b5965247c95 (patch) | |
tree | fedcb2ebb3e5d23462ef153043d5b01eed75f230 /gnu | |
parent | 0c5141d1c2e09b017fbe68edacaf4f66465990e7 (diff) | |
download | guix-4c0f0ab984f91756a01dc5f5191e3b5965247c95.tar.gz guix-4c0f0ab984f91756a01dc5f5191e3b5965247c95.zip |
gnu: wireless-regdb: Mark up acronyms in description.
* gnu/packages/linux.scm (wireless-regdb)[description]: Use @acronym{}.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 20b2a0b86a..1393df0e8b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4700,9 +4700,9 @@ compliance.") "https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb") (synopsis "Wireless regulatory database") (description - "This package contains the wireless regulatory database for the Central -Regulatory Database Agent (CRDA). The database contains information on -country-specific regulations for the wireless spectrum.") + "This package contains the wireless regulatory database for the +@acronym{CRDA, Central Regulatory Database Agent}. The database contains +information on country-specific regulations for the wireless spectrum.") (license license:isc))) (define-public lm-sensors |