git: 66e162aa5abf - stable/13 - rpc.tlsclntd.8: Fix the RFC number now that it exists

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Sat, 01 Oct 2022 00:53:33 UTC
The branch stable/13 has been updated by rmacklem:

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

commit 66e162aa5abfab481581cef0abbedf18c77c21ca
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-09-23 23:59:29 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-10-01 00:50:41 +0000

    rpc.tlsclntd.8: Fix the RFC number now that it exists
    
    The RFC for this finally got published and, therefore,
    now has a number.  This patch puts this RFC number
    in the man page.
    
    This is a content change.
    
    (cherry picked from commit 7652321b7909002877cabcaee56dc996814070e8)
---
 usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8 b/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8
index d8e2d1cd140b..f7f55fc6c50e 100644
--- a/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8
+++ b/usr.sbin/rpc.tlsclntd/rpc.tlsclntd.8
@@ -26,7 +26,7 @@
 .\" $FreeBSD$
 .\"
 .\" Modified from gssd.8 for rpc.tlsclntd.8 by Rick Macklem.
-.Dd May 22, 2022
+.Dd September 23, 2022
 .Dt RPC.TLSCLNTD 8
 .Os
 .Sh NAME
@@ -203,7 +203,7 @@ option has also been specified.
 .Sh STANDARDS
 The implementation is based on the specification in
 .Rs
-.%B "RFC NNNN"
+.%B "RFC 9289"
 .%T "Towards Remote Procedure Call Encryption By Default"
 .Re
 .Sh HISTORY