Index: share/man/man5/src.conf.5 =================================================================== --- share/man/man5/src.conf.5 +++ share/man/man5/src.conf.5 @@ -1,5 +1,5 @@ .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman. -.Dd June 6, 2025 +.Dd June 13, 2025 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1191,7 +1191,12 @@ .It Va WITH_MALLOC_PRODUCTION Disable assertions and statistics gathering in .Xr malloc 3 . -It also defaults the A and J runtime options to off. +The run-time options +.Dv opt.abort , +.Dv opt.abort_conf , +and +.Dv opt_junk +also default to false. .It Va WITHOUT_MAN Do not build manual pages. When set, these options are also in effect: Index: tools/build/options/WITHOUT_MALLOC_PRODUCTION =================================================================== --- tools/build/options/WITHOUT_MALLOC_PRODUCTION +++ tools/build/options/WITHOUT_MALLOC_PRODUCTION @@ -1,3 +1,8 @@ Enable assertions and statistics gathering in .Xr malloc 3 . -It also defaults the A and J runtime options to on. +The run-time options +.Dv opt.abort , +.Dv opt.abort_conf , +and +.Dv opt_junk +also default to true. Index: tools/build/options/WITH_MALLOC_PRODUCTION =================================================================== --- tools/build/options/WITH_MALLOC_PRODUCTION +++ tools/build/options/WITH_MALLOC_PRODUCTION @@ -1,3 +1,8 @@ Disable assertions and statistics gathering in .Xr malloc 3 . -It also defaults the A and J runtime options to off. +The run-time options +.Dv opt.abort , +.Dv opt.abort_conf , +and +.Dv opt_junk +also default to false.