gnu: acpica: Drop Texinfo @dfn{} usage.
* gnu/packages/admin.scm (acpica)[description]: Substitute @acronym{} for @dfn{}.master
parent
018be4ca5e
commit
4d1e4af4e9
|
@ -1713,12 +1713,14 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
(home-page "https://acpica.org/")
|
(home-page "https://acpica.org/")
|
||||||
(synopsis "Tools for the development and debugging of ACPI tables")
|
(synopsis "Tools for the development and debugging of ACPI tables")
|
||||||
(description
|
(description
|
||||||
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
"The @acronym{ACPICA, ACPI Component Architecture} project provides an
|
||||||
OS-independent reference implementation of the Advanced Configuration and
|
OS-independent reference implementation of the @acronym{ACPI, Advanced
|
||||||
Power Interface Specification (@dfn{ACPI}). ACPICA code contains those portions
|
Configuration and Power Interface} specification. ACPICA code contains those
|
||||||
of ACPI meant to be directly integrated into the host OS as a kernel-resident
|
portions of ACPI meant to be directly integrated into the host OS as a
|
||||||
subsystem, and a small set of tools to assist in developing and debugging ACPI
|
kernel-resident subsystem, and a small set of tools to assist in developing and
|
||||||
tables. This package contains only the user-space tools needed for ACPI table
|
debugging ACPI tables.
|
||||||
|
|
||||||
|
This package contains only the user-space tools needed for ACPI table
|
||||||
development, not the kernel implementation of ACPI.")
|
development, not the kernel implementation of ACPI.")
|
||||||
(license license:gpl2))) ; dual GPLv2/ACPICA Licence
|
(license license:gpl2))) ; dual GPLv2/ACPICA Licence
|
||||||
|
|
||||||
|
|
Reference in New Issue