diff options
author | наб <[email protected]> | 2022-03-16 18:02:42 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-03-28 10:13:13 -0700 |
commit | c34eb6f7a1ff9d1e0b22e937d629e8097d34f587 (patch) | |
tree | 6729f7e9235e9bb2d9c188f103fd117311e83510 /man/man8/zpool.8 | |
parent | 9cdb06753966f8419260114a081e8a083a680351 (diff) |
man: zpool-add.8: import examples from zpool.8
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13228
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index ace00d7ad..5a11567a8 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -231,6 +231,7 @@ Invalid command line options were specified. . .Sh EXAMPLES .\" Examples 1, 2, 3, 4, 11, 12 are shared with zpool-create.8. +.\" Examples 5, 13 are shared with zpool-add.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 |