Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Aug 2026 16:05:30 +0000
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3fd38a6a1052 - stable/14 - style.Makefile.5: Remove title macros, tag SPDX
Message-ID:  <6a735f4a.19ed9.6fabc689@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/14 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=3fd38a6a10521b1a05cc68918c0a4a15cea93edf

commit 3fd38a6a10521b1a05cc68918c0a4a15cea93edf
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-07-14 21:21:12 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-05 16:04:45 +0000

    style.Makefile.5: Remove title macros, tag SPDX
    
    Title macros are discouraged in mdoc(7) because they are not portable.
    While here, remove a redundant "file". File is still in the title twice.
    
    MFC after:      3 days
    
    (cherry picked from commit 8f480d0075263ff354212ce0558ee811ce62ff09)
---
 share/man/man5/style.Makefile.5 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/share/man/man5/style.Makefile.5 b/share/man/man5/style.Makefile.5
index 122b38cb19a4..428e872de4e3 100644
--- a/share/man/man5/style.Makefile.5
+++ b/share/man/man5/style.Makefile.5
@@ -1,4 +1,7 @@
-.\" Copyright (c) 2002-2003 David O'Brien <obrien@FreeBSD.org>
+.\"
+.\" SPDX-License-Identifier: BSD-3-Clause
+.\"
+.\" Copyright (c) 2002-2003, 2023 David O'Brien <obrien@FreeBSD.org>
 .\" All rights reserved.
 .\"
 .\" Redistribution and use in source and binary forms, with or without
@@ -30,10 +33,7 @@
 .Os
 .Sh NAME
 .Nm style.Makefile
-.Nd
-.Fx
-.Pa Makefile
-file style guide
+.Nd FreeBSD Makefile style guide
 .Sh DESCRIPTION
 This file specifies the preferred style for makefiles in the
 .Fx


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a735f4a.19ed9.6fabc689>