git: 5836953045cc - stable/13 - rpc.tlsservd.8: Fix the RFC number now that it exists
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Oct 2022 00:52:01 UTC
The branch stable/13 has been updated by rmacklem: URL: https://cgit.FreeBSD.org/src/commit/?id=5836953045cca44585f25fb5eda08b3d4c71dbb9 commit 5836953045cca44585f25fb5eda08b3d4c71dbb9 Author: Rick Macklem <rmacklem@FreeBSD.org> AuthorDate: 2022-09-23 23:53:36 +0000 Commit: Rick Macklem <rmacklem@FreeBSD.org> CommitDate: 2022-10-01 00:48:57 +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. (cherry picked from commit 423387bee26a1eda29f378a5829845e5fa975918) --- 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