mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: crda: Mark up acronyms in description.
* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}.
This commit is contained in:
parent
59da3b6892
commit
3db685cb2e
1 changed files with 3 additions and 3 deletions
|
@ -4627,10 +4627,10 @@ (define-public crda
|
||||||
(inputs (list libnl))
|
(inputs (list libnl))
|
||||||
(home-page
|
(home-page
|
||||||
"https://wireless.wiki.kernel.org/en/developers/Regulatory/CRDA")
|
"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
|
(description
|
||||||
"The Central Regulatory Domain Agent (CRDA) acts as the udev helper for
|
"The @acronym{CRDA, Central Regulatory Domain Agent} acts as the udev
|
||||||
communication between the kernel Linux and user space for regulatory
|
helper for communication between the kernel Linux and user space for regulatory
|
||||||
compliance.")
|
compliance.")
|
||||||
(license license:copyleft-next)))
|
(license license:copyleft-next)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue