Date: Fri, 6 Nov 2020 07:14:04 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r367412 - stable/12/share/man/man7 Message-ID: <202011060714.0A67E4kl036390@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp (doc,ports committer) Date: Fri Nov 6 07:14:04 2020 New Revision: 367412 URL: https://svnweb.freebsd.org/changeset/base/367412 Log: MFC r367299: Fix a typo in the description of WITH_DEBUG_PORTS For each origin listed in WITH_DEBUG_PORTS, the ports framework sets WITH_DEBUG instead of WITH_DEBUG_PORTS. Modified: stable/12/share/man/man7/ports.7 Directory Properties: stable/12/ (props changed) Modified: stable/12/share/man/man7/ports.7 ============================================================================== --- stable/12/share/man/man7/ports.7 Fri Nov 6 00:35:36 2020 (r367411) +++ stable/12/share/man/man7/ports.7 Fri Nov 6 07:14:04 2020 (r367412) @@ -525,7 +525,7 @@ instead of the OpenSSL from the base system. If set, debugging symbols are installed for ports binaries. .It Va WITH_DEBUG_PORTS A list of origins for which to set -.Va WITH_DEBUG_PORTS . +.Va WITH_DEBUG . .It Va WITH_SSP_PORTS .Pq Vt bool If set, enables
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011060714.0A67E4kl036390>