On Sat, Mar 23, 2024 at 07:18:24AM +0000, Antoine Brodin wrote: > The branch main has been updated by antoine: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=a200093c216346bdafce5866fad3db4bccc1f802 > > commit a200093c216346bdafce5866fad3db4bccc1f802 > Author: Antoine Brodin <[email protected]> > AuthorDate: 2024-03-23 07:17:59 +0000 > Commit: Antoine Brodin <[email protected]> > CommitDate: 2024-03-23 07:17:59 +0000 > > share/man/man9/Makefile: fix buildworld > --- > 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 597b487bb8ae..0d7cbf1b9854 100644 > --- a/share/man/man9/Makefile > +++ b/share/man/man9/Makefile > @@ -997,7 +997,7 @@ MLINKS+=dev_clone.9 drain_dev_clone_events.9 > MLINKS+=dev_refthread.9 devvn_refthread.9 \ > dev_refthread.9 dev_relthread.9 > MLINKS+=devfs_set_cdevpriv.9 devfs_clear_cdevpriv.9 \ > - devfs_set_cdevpriv.9 devfs_get_cdevpriv.9 > + devfs_set_cdevpriv.9 devfs_get_cdevpriv.9 \ > devfs_set_cdevpriv.9 devfs_foreach_cdevpriv.9 > MLINKS+=device_add_child.9 device_add_child_ordered.9 > MLINKS+=device_enable.9 device_disable.9 \
Thank you.
