guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: btrfs-progs: Use @acronym in description.


From: guix-commits
Subject: 09/12: gnu: btrfs-progs: Use @acronym in description.
Date: Fri, 17 Jun 2022 15:28:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jun 12 02:00:00 2022 +0200

    gnu: btrfs-progs: Use @acronym in description.
    
    * gnu/packages/linux.scm (btrfs-progs)[description]: Use @acronym{}.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d7a80ab491..6e26cd3b2a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5640,7 +5640,7 @@ and copy/paste text in the console and in xterm.")
                      ("which" ,which)))
     (home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page";)
     (synopsis "Create and manage btrfs copy-on-write file systems")
-    (description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
+    (description "Btrfs is a @acronym{CoW, copy-on-write} file system for Linux
 aimed at implementing advanced features while focusing on fault tolerance,
 repair and easy administration.")
     ;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.



reply via email to

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