gnu: acpica: Mark up description.
* gnu/packages/admin.scm (acpica)[description]: Use @dfn.
This commit is contained in:
parent
35377cfa90
commit
3908546a21
|
@ -1102,10 +1102,10 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
(home-page "http://acpica.org/")
|
(home-page "http://acpica.org/")
|
||||||
(synopsis "Tools for the development and debug of ACPI tables")
|
(synopsis "Tools for the development and debug of ACPI tables")
|
||||||
(description
|
(description
|
||||||
"The ACPI Component Architecture (ACPICA) project provides an
|
"The ACPI Component Architecture (@dfn{ACPICA}) project provides an
|
||||||
OS-independent reference implementation of the Advanced Configuration and
|
OS-independent reference implementation of the Advanced Configuration and
|
||||||
Power Interface Specification (ACPI). ACPICA code contains those portions of
|
Power Interface Specification (@dfn{ACPI}). ACPICA code contains those portions
|
||||||
ACPI meant to be directly integrated into the host OS as a kernel-resident
|
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
|
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
|
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.")
|
||||||
|
|
Loading…
Reference in New Issue