summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-03-17 19:33:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-03-17 20:39:58 +0100
commit039601e097fda733ea93800c8dd4d3e447c20a6b (patch)
treee61d424f6af6b81db30cf085ea5cca9c7ece9f3e /gnu
parent0d3ddd490b1372698b5a935068f59f3bf442841f (diff)
downloadpatches-039601e097fda733ea93800c8dd4d3e447c20a6b.tar
patches-039601e097fda733ea93800c8dd4d3e447c20a6b.tar.gz
gnu: btrfs-progs: Use @dfn in description.
* gnu/packages/linux.scm (btrfs-progs)[description]: Use @dfn.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 60e496e241..c7225dac3b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2809,9 +2809,9 @@ and copy/paste text in the console and in xterm.")
("which" ,which)))
(home-page "https://btrfs.wiki.kernel.org/")
(synopsis "Create and manage btrfs copy-on-write file systems")
- (description "Btrfs is a copy-on-write (CoW) file system for Linux aimed at
-implementing advanced features while focusing on fault tolerance, repair and
-easy administration.")
+ (description "Btrfs is a @dfn{copy-on-write} (CoW) 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.
;; GPL2: Everything else.
(license (list license:gpl2 license:gpl2+))))