From 1ebe4c482dbfecd0f4005f079d9557cb59f50f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 16 Mar 2022 17:37:18 +0100 Subject: [PATCH] man: zpool.8: Examples: unmirrored -> non-redundant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia ZiemiaƄska Closes #13228 --- man/man8/zpool.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 337836b767..8e7abb1161 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -242,11 +242,11 @@ contains two disks: .Dl # Nm zpool Cm create Ar tank Sy mirror Pa sda sdb Sy mirror Pa sdc sdd . .It Sy Example 3 : No Creating a ZFS Storage Pool by Using Partitions -The following command creates an unmirrored pool using two disk partitions: +The following command creates a non-redundant pool using two disk partitions: .Dl # Nm zpool Cm create Ar tank Pa sda1 sdb2 . .It Sy Example 4 : No Creating a ZFS Storage Pool by Using Files -The following command creates an unmirrored pool using files. +The following command creates a non-redundant pool using files. While not recommended, a pool based on files can be useful for experimental purposes. .Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b