diff options
author | loli10K <[email protected]> | 2019-07-02 17:19:55 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-07-02 08:19:55 -0700 |
commit | ac6d54160ad016a199101a074db50345daea4c59 (patch) | |
tree | ce266fb20f430b397d4dab7896b9e386a02a0b90 /man | |
parent | 681a85cb01a9f83b9f742d8fb634edddc68c5679 (diff) |
Fix zfs(8) mandoc errors
This was accidentally introduced in 765d1f06:
mandoc: ./man/man8/zfs.8: ERROR: skipping item outside list: It Ar filesystem Ns | Ns Ar mountpoint
mandoc: ./man/man8/zfs.8: ERROR: skipping item outside list: It Xo
mandoc: ./man/man8/zfs.8: ERROR: skipping end of block that is not open: Xc
mandoc: ./man/man8/zfs.8: ERROR: skipping item outside list: It Xo
mandoc: ./man/man8/zfs.8: ERROR: skipping end of block that is not open: Xc
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #8980
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 7058ec503..1659d7a73 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -3472,7 +3472,6 @@ Unmount all available ZFS file systems. Invoked automatically as part of the shutdown process. .It Fl f Forcefully unmount the file system, even if it is currently in use. -.El .It Fl u Unload keys for any encryption roots unmounted by this command. .El |