gnu: acpica: Drop Texinfo @dfn{} usage.

* gnu/packages/admin.scm (acpica)[description]: Substitute @acronym{}
for @dfn{}.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-17 05:11:29 +02:00
parent 018be4ca5e
commit 4d1e4af4e9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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