diff options
author | Serapheim Dimitropoulos <[email protected]> | 2023-08-29 09:12:40 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2023-09-01 09:33:33 -0700 |
commit | 63159e5bda1c6baac14c7f61da49ebc52907cc4e (patch) | |
tree | dd60fb85f5cb60834fac232fe4e83d53e0708f6c /man | |
parent | 7eabb0af374ed8650e707278e7e1708b2d911da2 (diff) |
checkstyle: fix action failures
Reviewed-by: Don Brady <[email protected]>
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Serapheim Dimitropoulos <[email protected]>
Closes #15220
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 4e45890f1..4c4020bdd 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -110,9 +110,9 @@ Removes ZFS label information from the specified .It Xo .Xr zpool-attach 8 Ns / Ns Xr zpool-detach 8 .Xc -Converts a non-redundant disk into a mirror, or increases the redundancy level of an existing mirror -.Ns ( -.Cm attach Ns ), or performs the inverse operation ( +Converts a non-redundant disk into a mirror, or increases +the redundancy level of an existing mirror +.Cm ( attach Ns ), or performs the inverse operation ( .Cm detach Ns ). .It Xo .Xr zpool-add 8 Ns / Ns Xr zpool-remove 8 @@ -265,7 +265,7 @@ While not recommended, a pool based on files can be useful for experimental purposes. .Dl # Nm zpool Cm create Ar tank Pa /path/to/file/a /path/to/file/b . -.Ss Example 5 : No Making a non-mirrored ZFS Storage Pool mirrored. +.Ss Example 5 : No Making a non-mirrored ZFS Storage Pool mirrored The following command converts an existing single device .Ar sda into a mirror by attaching a second device to it, |