Skip to content

Commit

Permalink
Remove unnecessary commas in zpool-create.8
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Atkinson <batkinson@lanl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Laevos <5572812+Laevos@users.noreply.github.com>
Closes #15011
  • Loading branch information
Laevos authored Jun 27, 2023
1 parent 8469b5a commit bc9d008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/man8/zpool-create.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc9d008

Please sign in to comment.