git: 1e766ebc27c6 - stable/13 - style.Makefile.5: Remove $FreeBSD$ from examples
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Oct 2023 21:46:12 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=1e766ebc27c6272b169c639c3574d69c4d3e5ab3
commit 1e766ebc27c6272b169c639c3574d69c4d3e5ab3
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-07-17 13:01:52 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-10-03 21:46:05 +0000
style.Makefile.5: Remove $FreeBSD$ from examples
MFC after: 3 days
(cherry picked from commit 22faf70d7e137f39b6afe7da967679a7cdbe3507)
---
share/man/man5/style.Makefile.5 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index b85fa763642e..a6162b0701eb 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -241,8 +241,6 @@ The simplest program
.Pa Makefile
is:
.Bd -literal -offset indent
-# $FreeBSD\&$
-
PROG= foo
\&.include <bsd.prog.mk>
@@ -252,8 +250,6 @@ The simplest library
.Pa Makefile
is:
.Bd -literal -offset indent
-# $FreeBSD\&$
-
LIB= foo
SHLIB_MAJOR= 1
MAN= libfoo.3