git: 960665e47f0b - stable/14 - style(9): Remove ancient SCCS tags.

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Sat, 14 Dec 2024 00:11:49 UTC
The branch stable/14 has been updated by brooks:

URL: https://cgit.FreeBSD.org/src/commit/?id=960665e47f0bb04b01a471f40272e450a397d6a4

commit 960665e47f0bb04b01a471f40272e450a397d6a4
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-12-13 21:27:04 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-12-13 21:27:04 +0000

    style(9): Remove ancient SCCS tags.
    
    This is a partial, manual merge of 97759ccc as not merging it here
    causes every docdate bump to conflict.
---
 share/man/man9/style.9 | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 75daea47ca96..fbf14e9b8430 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -22,8 +22,6 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"	From: @(#)style	1.14 (Berkeley) 4/28/95
-.\"
 .Dd April 26, 2024
 .Dt STYLE 9
 .Os
@@ -46,8 +44,6 @@ is silent on an issue.
 .Bd -literal
 /*
  * Style guide for FreeBSD.  Based on the CSRG's KNF (Kernel Normal Form).
- *
- *	@(#)style	1.14 (Berkeley) 4/28/95
  */
 
 /*
@@ -140,7 +136,6 @@ and FreeBSD git hash with full path name if the file was derived
 from another FreeBSD file and include relevant copyright info
 from the original file.
 .Bd -literal
-/* From: @(#)style	1.14 (Berkeley) 4/28/95 */
 .Ed
 .Pp
 Leave one blank line before the header files.