diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-07-17 12:50:33 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-07-17 12:52:28 +0000 |
| commit | 73fb7a7a7342bb590ba53e406b564df0d90c3304 (patch) | |
| tree | 4614a881d0f438091e08763209c7e09726afbc28 | |
| parent | be4c7f273508994638b68d2fae742be37d3cb117 (diff) | |
| download | src-73fb7a7a7342bb590ba53e406b564df0d90c3304.tar.gz src-73fb7a7a7342bb590ba53e406b564df0d90c3304.zip | |
style.Makefile.5: Stop documenting NO_MAN
NO_MAN has been an error since 2020 according to UPDATING.
PR: 231357
MFC after: 3 days
| -rw-r--r-- | share/man/man5/style.Makefile.5 | 6 |
1 files 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 |
