diff options
author | Laevos <[email protected]> | 2023-06-27 16:58:32 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-27 16:58:32 -0700 |
commit | bc9d0084ea82a96bfe52e6f7943a554f218f871e (patch) | |
tree | b9e01686c1680569430a3f24713f8c603da58a92 | |
parent | 8469b5aac0cee4f0e8b13018c3e83129554a6945 (diff) |
Remove unnecessary commas in zpool-create.8
Reviewed-by: Brian Atkinson <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Laevos <[email protected]>
Closes #15011
-rw-r--r-- | man/man8/zpool-create.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zpool-create.8 b/man/man8/zpool-create.8 index da1a79c72..844952094 100644 --- a/man/man8/zpool-create.8 +++ b/man/man8/zpool-create.8 @@ -87,13 +87,13 @@ currently in use by another subsystem. However this check is not robust enough to detect simultaneous attempts to use a new device in different pools, even if .Sy multihost Ns = Sy enabled . -The administrator must ensure, that simultaneous invocations of any combination +The administrator must ensure that simultaneous invocations of any combination of .Nm zpool Cm replace , .Nm zpool Cm create , .Nm zpool Cm add , or -.Nm zpool Cm labelclear , +.Nm zpool Cm labelclear do not refer to the same device. Using the same device in two pools will result in pool corruption. .Pp |