summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-05-10 17:24:59 +0200
committerBrian Behlendorf <[email protected]>2021-05-27 22:09:51 -0700
commitade8e4b7d6a4d46933c9aeb562af3aaca022690b (patch)
tree72b8bc0c498eac48cf3dcd5b702d5b5093882971 /man
parent1a7bad542b867f51a44e094aab3079a14729409c (diff)
Widen mancheck target to all pages, fix them
mandoc: ./man/man8/zfs-mount-generator.8.in:188:2: ERROR: skipping end of block that is not open: RE mandoc: ./man/man8/zfs_ids_to_path.8:38:2: ERROR: skipping unknown macro: .LP mandoc: ./man/man8/zfs_ids_to_path.8:48:2: ERROR: inserting missing end of block: Sh breaks Bl mandoc: ./man/man8/zfs-wait.8:69:2: ERROR: skipping end of block that is not open: El mandoc: ./man/man8/zfs-program.8:460:2: ERROR: inserting missing end of block: It breaks Bd mandoc: ./man/man8/zfs-mount-generator.8:188:2: ERROR: skipping end of block that is not open: RE mandoc: ./man/man8/zstream.8:43:2: ERROR: skipping unknown macro: .LP mandoc: ./man/man8/zstream.8:107:2: ERROR: inserting missing end of block: Sh breaks Bl mandoc: ./man/man8/zstream.8:107:2: ERROR: inserting missing end of block: Sh breaks Bl make: *** [Makefile:1529: mancheck] Error 1 Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Issue #12017
Diffstat (limited to 'man')
-rw-r--r--man/man8/zfs-mount-generator.8.in1
-rw-r--r--man/man8/zfs-program.81
-rw-r--r--man/man8/zfs-wait.81
-rw-r--r--man/man8/zfs_ids_to_path.82
-rw-r--r--man/man8/zstream.83
5 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/zfs-mount-generator.8.in b/man/man8/zfs-mount-generator.8.in
index 3b8c9c3ae..96fee4291 100644
--- a/man/man8/zfs-mount-generator.8.in
+++ b/man/man8/zfs-mount-generator.8.in
@@ -185,7 +185,6 @@ If set to
.BR on ,
do not generate a mount unit for this dataset.
-.RE
See also
.BR systemd.mount (5)
diff --git a/man/man8/zfs-program.8 b/man/man8/zfs-program.8
index de708e12c..02251ae7c 100644
--- a/man/man8/zfs-program.8
+++ b/man/man8/zfs-program.8
@@ -457,6 +457,7 @@ newbookmark (string)
.Bd -ragged -compact -offset "xxxx"
Full name of the new bookmark.
.El
+.Ed
.It Sy zfs.check submodule
For each function in the zfs.sync submodule, there is a corresponding zfs.check
function which performs a "dry run" of the same operation.
diff --git a/man/man8/zfs-wait.8 b/man/man8/zfs-wait.8
index de78a5092..9213fa20f 100644
--- a/man/man8/zfs-wait.8
+++ b/man/man8/zfs-wait.8
@@ -66,6 +66,5 @@ Note that the internal delete queue does not finish draining until
all large files have had time to be fully destroyed and all open file
handles to unlinked files are closed.
.El
-.El
.Sh SEE ALSO
.Xr lsof 8
diff --git a/man/man8/zfs_ids_to_path.8 b/man/man8/zfs_ids_to_path.8
index 9d6a4976e..4f7b8429e 100644
--- a/man/man8/zfs_ids_to_path.8
+++ b/man/man8/zfs_ids_to_path.8
@@ -35,7 +35,6 @@
.Nm
.Sh DESCRIPTION
.Pp
-.LP
The
.Sy zfs_ids_to_path
utility converts a provided objset and object id into a path to the file that
@@ -45,6 +44,7 @@ those ids refer to.
Verbose.
Print the dataset name and the file path within the dataset separately. This
will work correctly even if the dataset is not mounted.
+.El
.Sh SEE ALSO
.Xr zfs 8 ,
.Xr zdb 8
diff --git a/man/man8/zstream.8 b/man/man8/zstream.8
index 6056e097b..2912f10c6 100644
--- a/man/man8/zstream.8
+++ b/man/man8/zstream.8
@@ -40,7 +40,6 @@
.Ar resume_token
.Sh DESCRIPTION
.sp
-.LP
The
.Sy zstream
utility manipulates zfs send streams, which are the output of the
@@ -104,6 +103,8 @@ Therefore, a deduplicated send stream can be received by running:
.It Fl v
Verbose.
Print summary of converted records.
+.El
+.El
.Sh SEE ALSO
.Xr zfs 8 ,
.Xr zfs-send 8 ,