3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/linux.scm (btrfs-progs)[description]: Use @dfn.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-17 19:33:22 +01:00
parent 0d3ddd490b
commit 039601e097
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -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+))))