mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: btrfs-progs: Use @dfn in description.
* gnu/packages/linux.scm (btrfs-progs)[description]: Use @dfn.
This commit is contained in:
parent
0d3ddd490b
commit
039601e097
1 changed files with 3 additions and 3 deletions
|
@ -2809,9 +2809,9 @@ (define-public btrfs-progs
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
(home-page "https://btrfs.wiki.kernel.org/")
|
(home-page "https://btrfs.wiki.kernel.org/")
|
||||||
(synopsis "Create and manage btrfs copy-on-write file systems")
|
(synopsis "Create and manage btrfs copy-on-write file systems")
|
||||||
(description "Btrfs is a copy-on-write (CoW) file system for Linux aimed at
|
(description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux
|
||||||
implementing advanced features while focusing on fault tolerance, repair and
|
aimed at implementing advanced features while focusing on fault tolerance,
|
||||||
easy administration.")
|
repair and easy administration.")
|
||||||
;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.
|
;; GPL2+: crc32.c, radix-tree.c, raid6.c, rbtree.c.
|
||||||
;; GPL2: Everything else.
|
;; GPL2: Everything else.
|
||||||
(license (list license:gpl2 license:gpl2+))))
|
(license (list license:gpl2 license:gpl2+))))
|
||||||
|
|
Loading…
Reference in a new issue