]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Remove unnecessary commas in zpool-create.8
authorLaevos <5572812+Laevos@users.noreply.github.com>
Tue, 27 Jun 2023 23:58:32 +0000 (16:58 -0700)
committerGitHub <noreply@github.com>
Tue, 27 Jun 2023 23:58:32 +0000 (16:58 -0700)
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

man/man8/zpool-create.8

index da1a79c72c2835b579fe83c2f8bd9b1e1b87c8b3..8449520944fbd8d2dddc6bdfc90c1216a5cbc5ac 100644 (file)
@@ -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