summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-06-12 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-12 02:00:01 +0200
commit6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144 (patch)
tree61066a72f01ad822732fe66be0265a8025967ea4
parentffbe69c4c3a232363be79012ccbc2c4f3cb46115 (diff)
downloadguix-patches-6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144.tar
guix-patches-6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144.tar.gz
gnu: btrfs-progs: Use @acronym in description.
* gnu/packages/linux.scm (btrfs-progs)[description]: Use @acronym{}.
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
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.