The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ca4e1ea19fc31e8c58feb133719302c94557c1ae
commit ca4e1ea19fc31e8c58feb133719302c94557c1ae Author: Kyle Evans <[email protected]> AuthorDate: 2021-03-02 21:21:27 +0000 Commit: Kyle Evans <[email protected]> CommitDate: 2021-03-02 21:22:05 +0000 Regenerate src.conf(5) after PIE default change --- share/man/man5/src.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 48bd0eb04293..e9fe277f23e7 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 February 13, 2021 +.Dd March 2, 2021 .Dt SRC.CONF 5 .Os .Sh NAME @@ -1351,8 +1351,8 @@ When set, it enforces these options: .It .Va WITHOUT_AUTHPF .El -.It Va WITH_PIE -Build dynamically linked binaries as +.It Va WITHOUT_PIE +Do not build dynamically linked binaries as Position-Independent Executable (PIE). .It Va WITHOUT_PKGBOOTSTRAP Set to not build _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
