The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=3fd38a6a10521b1a05cc68918c0a4a15cea93edf
commit 3fd38a6a10521b1a05cc68918c0a4a15cea93edf Author: Alexander Ziaee <[email protected]> AuthorDate: 2025-07-14 21:21:12 +0000 Commit: Alexander Ziaee <[email protected]> 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 <[email protected]> +.\" +.\" SPDX-License-Identifier: BSD-3-Clause +.\" +.\" Copyright (c) 2002-2003, 2023 David O'Brien <[email protected]> .\" 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
