From ac6d54160ad016a199101a074db50345daea4c59 Mon Sep 17 00:00:00 2001 From: loli10K Date: Tue, 2 Jul 2019 17:19:55 +0200 Subject: [PATCH] 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 Reviewed-by: George Melikov Signed-off-by: loli10K Closes #8980 --- man/man8/zfs.8 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.40.0