Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 12:54:02 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 73fb7a7a7342 - main - style.Makefile.5: Stop documenting NO_MAN
Message-ID:  <202307171254.36HCs21f097835@gitrepo.freebsd.org>

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

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

commit 73fb7a7a7342bb590ba53e406b564df0d90c3304
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-07-17 12:50:33 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-07-17 12:52:28 +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
---
 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 4ced85704640..575fb0f38d2f 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 18, 2021
+.Dd July 17, 2023
 .Dt STYLE.MAKEFILE 5
 .Os
 .Sh NAME
@@ -66,7 +66,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
@@ -88,7 +88,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?202307171254.36HCs21f097835>