~ruther/guix-local

039601e097fda733ea93800c8dd4d3e447c20a6b — Tobias Geerinckx-Rice 9 years ago 0d3ddd4
gnu: btrfs-progs: Use @dfn in description.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +3 -3
@@ 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+))))