diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-09 22:33:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-09 23:55:57 +0100 |
commit | ff797172b07f053bd6c9de33c5060914d7c823a3 (patch) | |
tree | eb98a056e98d70ad497f3c2e594bed24cf1977d9 /gnu/packages/linux.scm | |
parent | 5595d4c1fd13c56ab0643c03ff0958fbedf1d002 (diff) | |
download | guix-ff797172b07f053bd6c9de33c5060914d7c823a3.tar guix-ff797172b07f053bd6c9de33c5060914d7c823a3.tar.gz |
gnu: btrfs-progs/static: Correct description.
* gnu/packages/linux.scm (btrfs-progs/static)[description]: Use the correct
name of the btrfs-progs package and @command{} mark-up.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f04e730cd0..efa6a7daa9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2841,9 +2841,9 @@ easy administration.") (remove-store-references target) (chmod target #o555))))) (home-page (package-home-page btrfs-progs)) - (synopsis "Statically-linked btrfs command from btrfsprogs") - (description "This package provides statically-linked command of btrfs taken -from the btrfsprogs package. It is meant to be used in initrds.") + (synopsis "Statically-linked btrfs command from btrfs-progs") + (description "This package provides the statically-linked @command{btrfs} +from the btrfs-progs package. It is meant to be used in initrds.") (license (package-license btrfs-progs)))) (define-public freefall |