diff options
author | наб <[email protected]> | 2021-05-10 17:24:59 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-05-12 21:32:48 -0700 |
commit | 618a65cd7a77b0b5a27ccdd3e0ff4f80cd14404f (patch) | |
tree | 7ec9b226e75ca5b291e9b89a19defab710e2aa1e /man/man8/zfs-program.8 | |
parent | 37086897b06a070d957226dbf860b4673906dc70 (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/man8/zfs-program.8')
-rw-r--r-- | man/man8/zfs-program.8 | 1 |
1 files changed, 1 insertions, 0 deletions
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. |