Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 21:46:14 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6101f8ec954d - stable/13 - style.Makefile.5: Stop documenting NO_MAN
Message-ID:  <202310032146.393LkEl8020723@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp:

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

commit 6101f8ec954d3f56db044fc9a3bc92ce658812cc
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-07-17 12:50:33 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-03 21:46:05 +0000

    style.Makefile.5: Stop documenting NO_MAN
    
    NO_MAN has been an error since 2020 according to UPDATING.
    
    PR:             231357
    MFC after:      3 days
    
    (cherry picked from commit 73fb7a7a7342bb590ba53e406b564df0d90c3304)
---
 share/man/man5/style.Makefile.5 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 083847bb513c..122b38cb19a4 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd November 18, 2021
+.Dd July 17, 2023
 .Dt STYLE.MAKEFILE 5
 .Os
 .Sh NAME
@@ -64,7 +64,7 @@ order is:
 .Va PROG Ns / Ns Oo Va SH Oc Ns Va LIB Ns / Ns Va SCRIPTS
 .Va FILES
 .Va LINKS
-.Oo Va NO_ Oc Ns Va MAN
+.Va MAN
 .Va MLINKS
 .Va INCS
 .Va SRCS
@@ -86,7 +86,7 @@ order is:
 .Va INCS
 .Va FILES
 .Va LINKS
-.Oo Va NO_ Oc Ns Va MAN
+.Va MAN
 .Va MLINKS .
 .It
 Omit



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