git: 7652321b7909 - main - rpc.tlsclntd.8: Fix the RFC number now that it exists
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Sep 2022 00:00:22 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=7652321b7909002877cabcaee56dc996814070e8
commit 7652321b7909002877cabcaee56dc996814070e8
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-09-23 23:59:29 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-09-23 23:59:29 +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.
MFC after: 1 week
---
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