[pve-devel] [PATCH docs 3/9] local-btrfs: unify casing for btrfs
Christoph Heiss
c.heiss at proxmox.com
Mon Mar 4 14:22:10 CET 2024
It's mostly spelled BTRFS anyway in our documentation (and also the
official casing AFAICS), so align a few instances where it spelled
lowercase.
Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
local-btrfs.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/local-btrfs.adoc b/local-btrfs.adoc
index b04d0a3..3512131 100644
--- a/local-btrfs.adoc
+++ b/local-btrfs.adoc
@@ -69,10 +69,10 @@ btrfs: local-btrfs
content iso,vztmpl,backup,images,rootdir
----
-This explicitly disables the default `local` storage in favor of a btrfs
+This explicitly disables the default `local` storage in favor of a BTRFS
specific storage entry on the additional subvolume.
-The `btrfs` command is used to configure and manage the btrfs file system,
+The `btrfs` command is used to configure and manage the BTRFS file system,
After the installation, the following command lists all additional subvolumes:
----
@@ -156,7 +156,7 @@ pvesm add btrfs my-storage --path /my-storage
Creating a subvolume
^^^^^^^^^^^^^^^^^^^^
-Creating a subvolume links it to a path in the btrfs file system, where it will
+Creating a subvolume links it to a path in the BTRFS file system, where it will
appear as a regular directory.
----
@@ -218,7 +218,7 @@ This change will take effect after rebooting.
Checking Space Usage
^^^^^^^^^^^^^^^^^^^^
-The classic `df` tool may output confusing values for some btrfs setups.
+The classic `df` tool may output confusing values for some BTRFS setups.
For a better estimate use the `btrfs filesystem usage /PATH` command, for example:
----
--
2.43.0
More information about the pve-devel
mailing list