summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 05:11:29 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 14:12:35 +0200
commit4d1e4af4e9cfcb75e1b531ec5e5408747f1c903c (patch)
tree2a65040c94b0854eccfdb7f738469366de62f365 /gnu/packages/admin.scm
parent018be4ca5ebc0e25af4f50d22b3f1c43ff05fe5f (diff)
downloadguix-patches-4d1e4af4e9cfcb75e1b531ec5e5408747f1c903c.tar
guix-patches-4d1e4af4e9cfcb75e1b531ec5e5408747f1c903c.tar.gz
gnu: acpica: Drop Texinfo @dfn{} usage.
* gnu/packages/admin.scm (acpica)[description]: Substitute @acronym{} for @dfn{}.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f6bf8526ef..9314abf5be 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1713,12 +1713,14 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
(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