guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: btrfs-progs: Use @dfn in description.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: btrfs-progs: Use @dfn in description.
Date: Fri, 17 Mar 2017 15:39:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 039601e097fda733ea93800c8dd4d3e447c20a6b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 17 19:33:22 2017 +0100

    gnu: btrfs-progs: Use @dfn in description.
    
    * gnu/packages/linux.scm (btrfs-progs)[description]: Use @dfn.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 60e496e..c7225da 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+))))



reply via email to

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