Skip to content

Commit

Permalink
Fix man(1) warnings
Browse files Browse the repository at this point in the history
The macOS man app strenuously objects to blank lines in man files.

mdoc warning: Empty input line #xyz

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: bunder2015 <omfgbunder@gmail.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Closes #8559
  • Loading branch information
jsoref authored and behlendorf committed Apr 2, 2019
1 parent bd15ac7 commit f72ecb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions man/man8/zpool.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f72ecb8

Please sign in to comment.