Browse Source

Add word missing from docs (#80).

Dan Helfman 6 months ago
parent
commit
8a4f3b8f1a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      docs/how-to/snapshot-your-filesystems.md

+ 4 - 4
docs/how-to/snapshot-your-filesystems.md

@@ -215,12 +215,12 @@ too small (and LVM isn't configured to grow snapshots automatically), then the
 snapshots will fail to allocate enough space, resulting in a broken backup.
 snapshots will fail to allocate enough space, resulting in a broken backup.
 
 
 If not specified, the `snapshot_size` option defaults to `10%ORIGIN`, which
 If not specified, the `snapshot_size` option defaults to `10%ORIGIN`, which
-means 10% of the size of logical volume being snapshotted. See the [`lvcreate
---size` and `--extents`
+means 10% of the size of the logical volume being snapshotted. See the
+[`lvcreate --size` and `--extents`
 documentation](https://www.man7.org/linux/man-pages/man8/lvcreate.8.html) for
 documentation](https://www.man7.org/linux/man-pages/man8/lvcreate.8.html) for
 more information about possible values here. (Under the hood, borgmatic uses
 more information about possible values here. (Under the hood, borgmatic uses
-`lvcreate --extents` if the `snapshot_size` is a percentage value, and
-`lvcreate --size` otherwise.)
+`lvcreate --extents` if the `snapshot_size` is a percentage value, and `lvcreate
+--size` otherwise.)
 
 
 
 
 #### Logical volume discovery
 #### Logical volume discovery