git: d1c39af0ec33 - stable/13 - Regenerate src.conf(5)

Kyle Evans kevans at FreeBSD.org
Fri Jan 22 23:25:13 UTC 2021


The branch stable/13 has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=d1c39af0ec332ec3412e92fb4909de2a4bdfbb6c

commit d1c39af0ec332ec3412e92fb4909de2a4bdfbb6c
Author:     Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-01-22 23:24:28 +0000
Commit:     Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-01-22 23:24:28 +0000

    Regenerate src.conf(5)
---
 share/man/man5/src.conf.5 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 5ff5b31b80be..9ac4df055194 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd January 20, 2021
+.Dd January 22, 2021
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -899,8 +899,8 @@ To be able to build the system, either Binutils or LLD bootstrap must be
 enabled unless an alternate linker is provided via XLD.
 .It Va WITHOUT_LLD_IS_LD
 Set to use GNU binutils ld as the system linker, instead of LLVM's LLD.
-.It Va WITHOUT_LLVM_ASSERTIONS
-Set to disable debugging assertions in LLVM.
+.It Va WITH_LLVM_ASSERTIONS
+Set to enable debugging assertions in LLVM.
 .It Va WITHOUT_LLVM_COV
 Set to not build the
 .Xr llvm-cov 1
@@ -1097,10 +1097,10 @@ if executed as an unprivileged user.
 See
 .Xr tests 7
 for more details.
-.It Va WITH_MALLOC_PRODUCTION
-Set to disable assertions and statistics gathering in
+.It Va WITHOUT_MALLOC_PRODUCTION
+Set to enable assertions and statistics gathering in
 .Xr malloc 3 .
-It also defaults the A and J runtime options to off.
+It also defaults the A and J runtime options to on.
 .It Va WITHOUT_MAN
 Set to not build manual pages.
 When set, these options are also in effect:


More information about the dev-commits-src-all mailing list