diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-05 18:02:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-06 01:29:34 +0100 |
commit | 3908546a21a790b00ae8a4a44c200bf963884e82 (patch) | |
tree | 6a384dfc270df506ad5bb1c18a6dc5f3b58be37a /gnu/packages/admin.scm | |
parent | 35377cfa908340e51fd22af7369aef15499d4a36 (diff) | |
download | patches-3908546a21a790b00ae8a4a44c200bf963884e82.tar patches-3908546a21a790b00ae8a4a44c200bf963884e82.tar.gz |
gnu: acpica: Mark up description.
* gnu/packages/admin.scm (acpica)[description]: Use @dfn.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3250be5349..dbc80a5b8e 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1102,10 +1102,10 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (home-page "http://acpica.org/") (synopsis "Tools for the development and debug of ACPI tables") (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 -Power Interface Specification (ACPI). ACPICA code contains those portions of -ACPI meant to be directly integrated into the host OS as a kernel-resident +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 development, not the kernel implementation of ACPI.") |