diff options
author | наб <[email protected]> | 2022-03-16 17:47:06 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-03-28 10:13:13 -0700 |
commit | 9cdb06753966f8419260114a081e8a083a680351 (patch) | |
tree | 665f883e5b95dd3692a68229d6b9a44533b5a7d9 /man/man8/zpool.8 | |
parent | a2550c9df9a9b1346f61fb1652c1c716fc492d44 (diff) |
man: zpool-create.8: import examples from zpool.8
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13228
Closes #13140
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index a8e8b23b7..ace00d7ad 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -26,7 +26,7 @@ .\" Copyright 2017 Nexenta Systems, Inc. .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. .\" -.Dd June 2, 2021 +.Dd March 16, 2022 .Dt ZPOOL 8 .Os . @@ -230,6 +230,8 @@ Invalid command line options were specified. .El . .Sh EXAMPLES +.\" Examples 1, 2, 3, 4, 11, 12 are shared with zpool-create.8. +.\" Make sure to update them bidirectionally .Ss Example 1 : No Creating a RAID-Z Storage Pool The following command creates a pool with a single raidz root vdev that consists of six disks: |