The branch main has been updated by obrien: URL: https://cgit.FreeBSD.org/src/commit/?id=fde4074640109356aee30d5984d19060d76ff5d8
commit fde4074640109356aee30d5984d19060d76ff5d8 Author: David E. O'Brien <[email protected]> AuthorDate: 2024-04-02 21:21:35 +0000 Commit: David E. O'Brien <[email protected]> CommitDate: 2024-04-03 06:19:49 +0000 Add SYSCTL_ADD_CONST_STRING(9) Catch up with 10a1e981d (2019-03-19) so that one can do 'man SYSCTL_ADD_CONST_STRING' and not get "No manual entry for SYSCTL_ADD_CONST_STRING". Reviewed by: sjg --- share/man/man9/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 0d7cbf1b9854..b9fbc624d1ec 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -2161,6 +2161,7 @@ MLINKS+=syscall_helper_register.9 syscall_helper_unregister.9 \ syscall_helper_register.9 SYSCALL_INIT_HELPER_COMPAT_F.9 \ syscall_helper_register.9 SYSCALL_INIT_HELPER_F.9 MLINKS+=sysctl.9 SYSCTL_DECL.9 \ + sysctl.9 SYSCTL_ADD_CONST_STRING.9 \ sysctl.9 SYSCTL_ADD_INT.9 \ sysctl.9 SYSCTL_ADD_LONG.9 \ sysctl.9 SYSCTL_ADD_NODE.9 \
