diff options
author | Evan Allrich <[email protected]> | 2019-03-26 14:27:29 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-03-26 12:27:29 -0700 |
commit | 74580a9411a9f53fa72ed33eb37b284c277e3a15 (patch) | |
tree | 0053f3b250a026308468403611436a8dbd46a739 | |
parent | fc16b4f4c8f1f9b751d364821fa5a5a059e723a1 (diff) |
Correct a very minor grammar issue
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Evan Allrich <[email protected]>
Closes #8535
-rw-r--r-- | man/man8/zpool.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 42aef91f9..abc272ab3 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -962,7 +962,7 @@ begins to resilver immediately. .It Fl f Forces use of .Ar new_device , -even if its appears to be in use. +even if it appears to be in use. Not all devices can be overridden in this manner. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the @@ -2082,7 +2082,7 @@ ZFS recognizes this. .It Fl f Forces use of .Ar new_device , -even if its appears to be in use. +even if it appears to be in use. Not all devices can be overridden in this manner. .It Fl o Ar property Ns = Ns Ar value Sets the given pool properties. See the |