diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-12 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-06-12 02:00:01 +0200 |
commit | 6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144 (patch) | |
tree | 61066a72f01ad822732fe66be0265a8025967ea4 /gnu/packages | |
parent | ffbe69c4c3a232363be79012ccbc2c4f3cb46115 (diff) | |
download | guix-6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144.tar.gz guix-6ea3bb6a542a11fe3ddb92ee91c90a5eaea32144.zip |
gnu: btrfs-progs: Use @acronym in description.
* gnu/packages/linux.scm (btrfs-progs)[description]: Use @acronym{}.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 2 |
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. |