瀏覽代碼

Update btrfs-driver.md

Signed-off-by: lmq <mqliang@lmqs-MacBook-Pro.local>
Liang Mingqiang 9 年之前
父節點
當前提交
8737896e42
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/storagedriver/btrfs-driver.md

+ 1 - 1
docs/userguide/storagedriver/btrfs-driver.md

@@ -165,7 +165,7 @@ Stop the Docker daemon. Then, ensure that you have a spare block device at `/dev
 The procedure also assumes your kernel has the appropriate Btrfs modules loaded. To verify this, use the following command:
 
 ```bash
-$ cat /proc/filesystems | grep btrfs`
+$ cat /proc/filesystems | grep btrfs
 ```
 
 ### Configure Btrfs on Ubuntu 14.04 LTS