diff options
author | Josh Soref <[email protected]> | 2019-04-02 14:05:09 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-02 11:05:09 -0700 |
commit | f72ecb8d2779ef8b3e8892280c8c8756a419e461 (patch) | |
tree | 5b84bd29df8545b461a679f71d145a6d02c235a3 | |
parent | bd15ac764fb8fe1995d3b2f6c8ddb643447d92aa (diff) |
Fix man(1) warnings
The macOS man app strenuously objects to blank lines in man files.
mdoc warning: Empty input line #xyz
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: bunder2015 <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Closes #8559
-rw-r--r-- | man/man8/zpool.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index fd478bdaf..7ba8a5bae 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -864,12 +864,12 @@ When a pool is determined to be active it cannot be imported, even with the .Fl f option. This property is intended to be used in failover configurations where multiple hosts have access to a pool on shared storage. - +.Pp Multihost provides protection on import only. It does not protect against an individual device being used in multiple pools, regardless of the type of vdev. See the discussion under .Sy zpool create. - +.Pp When this property is on, periodic writes to storage occur to show the pool is in use. See .Sy zfs_multihost_interval @@ -1103,7 +1103,7 @@ or .Sy zpool labelclear , do not refer to the same device. Using the same device in two pools will result in pool corruption. - +.Pp There are some uses, such as being currently mounted, or specified as the dedicated dump device, that prevents a device from ever being used by ZFS. Other uses, such as having a preexisting UFS file system, can be overridden with |