The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=75529910f77a1623b83599de0518d39c5fb789df
commit 75529910f77a1623b83599de0518d39c5fb789df Author: John Baldwin <j...@freebsd.org> AuthorDate: 2024-05-16 19:28:09 +0000 Commit: John Baldwin <j...@freebsd.org> CommitDate: 2024-05-16 19:29:40 +0000 Trim a spurious trailing backslash Reported by: dim Fixes: 1687d77197c0 man filesystems: move driver pages to section four --- share/man/man4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a6a63eab7326..4d3a5273d726 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -687,7 +687,7 @@ MLINKS+=em.4 if_em.4 \ MLINKS+=enc.4 if_enc.4 MLINKS+=epair.4 if_epair.4 MLINKS+=et.4 if_et.4 -MLINKS+=ext2fs.4 ext4fs.4 \ +MLINKS+=ext2fs.4 ext4fs.4 MLINKS+=fd.4 stderr.4 \ fd.4 stdin.4 \ fd.4 stdout.4