The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=a75c3c2c633dfa29b628f692fc7274cab1920640
commit a75c3c2c633dfa29b628f692fc7274cab1920640 Author: Li-Wen Hsu <lw...@freebsd.org> AuthorDate: 2025-09-15 18:34:43 +0000 Commit: Li-Wen Hsu <lw...@freebsd.org> CommitDate: 2025-09-15 18:34:43 +0000 udbc(4): connect to build Reviewed by: thj MFC with: d566b6a70bcbc329e8c690464043401fa8bdd49f Sponsored by: The FreeBSD Foundation --- share/man/man4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 1d708cfda019..c454a696f112 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1065,6 +1065,7 @@ MAN+= \ ucom.4 \ ucycom.4 \ udav.4 \ + udbc.4 \ udbp.4 \ udl.4 \ uep.4 \