From 6682083fa51fb94b95afd68b2b57f7609d9e41e7 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Fri, 30 Apr 2021 16:41:17 +0200 Subject: [PATCH] man: s_server: fix typo in -alpn option description Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/15098) --- doc/man1/s_server.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod index 9fdac491903..aa6c19d31f9 100644 --- a/doc/man1/s_server.pod +++ b/doc/man1/s_server.pod @@ -701,7 +701,7 @@ disabling the ephemeral DH cipher suites. =item B<-alpn val>, B<-nextprotoneg val> -These flags enable the Enable the Application-Layer Protocol Negotiation +These flags enable the Application-Layer Protocol Negotiation or Next Protocol Negotiation (NPN) extension, respectively. ALPN is the IETF standard and replaces NPN. The B list is a comma-separated list of supported protocol -- 2.47.2