From 261a0e8a87afadf05e136ba6cf5b3c754b94a9f6 Mon Sep 17 00:00:00 2001 From: Wills Ward Date: Fri, 16 Dec 2016 09:39:13 -0600 Subject: [PATCH] Update btrfs-driver.md --- engine/userguide/storagedriver/btrfs-driver.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/userguide/storagedriver/btrfs-driver.md b/engine/userguide/storagedriver/btrfs-driver.md index 37a68c2fcb..5d8dae05cc 100644 --- a/engine/userguide/storagedriver/btrfs-driver.md +++ b/engine/userguide/storagedriver/btrfs-driver.md @@ -41,7 +41,7 @@ structure that hooks into the wider Unix filesystem. Subvolumes are natively copy-on-write and have space allocated to them on-demand from an underlying storage pool. They can also be nested and snapped. - The diagram blow shows 4 subvolumes. 'Subvolume 2' and 'Subvolume 3' are + The diagram below shows 4 subvolumes. 'Subvolume 2' and 'Subvolume 3' are nested, whereas 'Subvolume 4' shows its own internal directory tree. ![](images/btfs_subvolume.jpg) @@ -316,4 +316,4 @@ volumes. * [Understand images, containers, and storage drivers](imagesandcontainers.md) * [Select a storage driver](selectadriver.md) * [AUFS storage driver in practice](aufs-driver.md) -* [Device Mapper storage driver in practice](device-mapper-driver.md) \ No newline at end of file +* [Device Mapper storage driver in practice](device-mapper-driver.md)