mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: acpica: Drop Texinfo @dfn{} usage.
* gnu/packages/admin.scm (acpica)[description]: Substitute @acronym{} for @dfn{}.
This commit is contained in:
parent
5b183532d2
commit
4dd3074ae6
1 changed files with 8 additions and 6 deletions
|
@ -1713,12 +1713,14 @@ (define-public acpica
|
|||
(home-page "https://acpica.org/")
|
||||
(synopsis "Tools for the development and debugging of ACPI tables")
|
||||
(description
|
||||
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
||||
OS-independent reference implementation of the Advanced Configuration and
|
||||
Power Interface Specification (@dfn{ACPI}). ACPICA code contains those portions
|
||||
of ACPI meant to be directly integrated into the host OS as a kernel-resident
|
||||
subsystem, and a small set of tools to assist in developing and debugging ACPI
|
||||
tables. This package contains only the user-space tools needed for ACPI table
|
||||
"The @acronym{ACPICA, ACPI Component Architecture} project provides an
|
||||
OS-independent reference implementation of the @acronym{ACPI, Advanced
|
||||
Configuration and Power Interface} specification. ACPICA code contains those
|
||||
portions of ACPI meant to be directly integrated into the host OS as a
|
||||
kernel-resident subsystem, and a small set of tools to assist in developing and
|
||||
debugging ACPI tables.
|
||||
|
||||
This package contains only the user-space tools needed for ACPI table
|
||||
development, not the kernel implementation of ACPI.")
|
||||
(license license:gpl2))) ; dual GPLv2/ACPICA Licence
|
||||
|
||||
|
|
Loading…
Reference in a new issue