git: 145a50dcda7a - main - Unbreak the build after b3ee318b79d54a59190d35b8c76a63a8fb81b903
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Sep 2022 23:52:23 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=145a50dcda7a2d1d0912cc924c1dd4ae017219bc commit 145a50dcda7a2d1d0912cc924c1dd4ae017219bc Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-09-14 23:52:05 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2022-09-14 23:52:05 +0000 Unbreak the build after b3ee318b79d54a59190d35b8c76a63a8fb81b903 --- share/man/man9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 8ac34b2a83e4..e0e387c23d93 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1025,7 +1025,7 @@ MLINKS+=dnv.9 dnvlist.9 \ MLINKS+=domain.9 protosw.9 \ domain.9 domain_add.9 \ domain.9 protosw_register.9 \ - domain.9 protosw_unregister.9 \ + domain.9 protosw_unregister.9 MLINKS+=drbr.9 drbr_free.9 \ drbr.9 drbr_enqueue.9 \ drbr.9 drbr_dequeue.9 \