aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file-systems.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2024-08-18 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2024-09-01 02:00:00 +0200
commitb391bfd7e7a88c2633eb6c973251b00beb375865 (patch)
treef27efcdc36a933f3077133f492cd06f556c06db4 /gnu/packages/file-systems.scm
parentd68dfe6c96f139492fad23dd9b2dffe0218e880c (diff)
downloadguix-b391bfd7e7a88c2633eb6c973251b00beb375865.tar
guix-b391bfd7e7a88c2633eb6c973251b00beb375865.tar.gz
gnu: bcachefs-tools: Tweak description.
* gnu/packages/file-systems.scm (bcachefs-tools)[description]: Increase accuracy. Change-Id: I98eba45592396dbe517e27125561ff6b34d7d7d4
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r--gnu/packages/file-systems.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index c1342706fa..5b4f31c1af 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2020–2022 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2018, 2020–2022, 2024 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2017, 2018, 2021, 2023 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
@@ -682,10 +682,11 @@ from a mounted file system.")
(home-page "https://bcachefs.org/")
(synopsis "Tools to create and manage bcachefs file systems")
(description
- "The bcachefs-tools are command-line utilities for creating, checking,
-and otherwise managing bcachefs file systems.
+ "This package provides the @command{bcachefs} command-line tool with many
+subcommands for creating, checking, and otherwise managing bcachefs file
+systems. Traditional aliases like @command{mkfs.bcachefs} are also included.
-Bcachefs is a @acronym{CoW, copy-on-write} file system supporting native
+@dfn{Bcachefs} is a @acronym{CoW, copy-on-write} file system supporting native
encryption, compression, snapshots, and (meta)data checksums. It can use
multiple block devices for replication and/or performance, similar to RAID.