git: 423387bee26a - main - rpc.tlsservd.8: Fix the RFC number now that it exists
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Sep 2022 23:54:28 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=423387bee26a1eda29f378a5829845e5fa975918
commit 423387bee26a1eda29f378a5829845e5fa975918
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2022-09-23 23:53:36 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2022-09-23 23:53:36 +0000
rpc.tlsservd.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.tlsservd/rpc.tlsservd.8 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/rpc.tlsservd/rpc.tlsservd.8 b/usr.sbin/rpc.tlsservd/rpc.tlsservd.8
index cfba53536b7d..9b15a1d59812 100644
--- a/usr.sbin/rpc.tlsservd/rpc.tlsservd.8
+++ b/usr.sbin/rpc.tlsservd/rpc.tlsservd.8
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.\"
.\" Modified from gssd.8 for rpc.tlsservd.8 by Rick Macklem.
-.Dd May 22, 2022
+.Dd September 23, 2022
.Dt RPC.TLSSERVD 8
.Os
.Sh NAME
@@ -303,7 +303,7 @@ and either the
or
.Fl p
options.
-Use of this option might not conform to RFC-NNNN, which does
+Use of this option might not conform to RFC-9289, which does
not allow certificates to be used for user authentication.
.It Fl v , Fl Fl verbose
Run in verbose mode.
@@ -361,7 +361,7 @@ options is allowed.
.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