guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: acpica: Drop Texinfo @dfn{} usage.


From: guix-commits
Subject: 03/05: gnu: acpica: Drop Texinfo @dfn{} usage.
Date: Sun, 17 May 2020 08:13:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4d1e4af4e9cfcb75e1b531ec5e5408747f1c903c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 05:11:29 2020 +0200

    gnu: acpica: Drop Texinfo @dfn{} usage.
    
    * gnu/packages/admin.scm (acpica)[description]: Substitute @acronym{}
    for @dfn{}.
---
 gnu/packages/admin.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f6bf852..9314abf 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]