From bc9d0084ea82a96bfe52e6f7943a554f218f871e Mon Sep 17 00:00:00 2001 From: Laevos <5572812+Laevos@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:58:32 -0700 Subject: [PATCH] Remove unnecessary commas in zpool-create.8 Reviewed-by: Brian Atkinson Reviewed-by: Brian Behlendorf Signed-off-by: Laevos <5572812+Laevos@users.noreply.github.com> Closes #15011 --- man/man8/zpool-create.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/man8/zpool-create.8 b/man/man8/zpool-create.8 index da1a79c72c..8449520944 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