git: af8e0a60d960 - main - RELNOTES: fix consistency

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sun, 07 May 2023 05:33:46 UTC
The branch main has been updated by imp:

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

commit af8e0a60d960c5cb261e6365a35952b6b85a6a34
Author:     Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2023-05-07 05:30:21 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-05-07 05:32:04 +0000

    RELNOTES: fix consistency
    
    Colons on the commit ids started being lost at 89d197cc991a and
    continued subsequent updates.
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D39991
---
 RELNOTES | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/RELNOTES b/RELNOTES
index 4d69e2bbc36d..2046e1f3c60f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,20 +10,20 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
-3416e102c4e9
+3416e102c4e9:
 	Remove TI code from armv7 GENERIC kernel.
 	This code doesn't cope with newer DTS and hasn't in a long time so
 	support for TI armv7 platform (like BeagleBone and Pandaboard) is now
 	removed from GENERIC.
 
-d198b8774d2c
+d198b8774d2c:
 	Add a new "fwget" utility.
 	The goal of this utility is to inspect the system for peripherals
 	that needs firmware and install the appropriate packages for them.
 	For now only pci subsystem is supported and only firmwares for Intel
 	and AMD GPUs are known.
 
-896516e54a8c
+896516e54a8c:
 	Add a new "syskrb5" mount option for Kerberized NFSv4.1/4.2 mounts.
 	Without this patch, a Kerberized NFSv4.1/4.2 mount must provide
 	a Kerberos credential for the client at mount time.
@@ -34,7 +34,7 @@ d198b8774d2c
 	credential is required at mount time.
 	See mount_nfs(8).
 
-330aa8acdec7,ff2f1f691cdb
+330aa8acdec7,ff2f1f691cdb:
 	Adds support for the SP4_MACH_CRED case for the
 	NFSv4.1/4.2 ExchangeID operation since the Linux
 	NFSv4.1/4.2 client is now using this for Kerberized mounts.