Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 2021 21:22:31 GMT
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ca4e1ea19fc3 - main - Regenerate src.conf(5) after PIE default change
Message-ID:  <202103022122.122LMVLI029706@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kevans:

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

commit ca4e1ea19fc31e8c58feb133719302c94557c1ae
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2021-03-02 21:21:27 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103022122.122LMVLI029706>