From 6bb62ab82682b9e19d594eb8fd52a5a560ba65f3 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 16 Oct 2024 20:00:19 +0200 Subject: [PATCH] openssl-info.pod.in: Add windowscontext option to synopsis in doc Reviewed-by: Neil Horman Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/25712) --- doc/man1/openssl-info.pod.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man1/openssl-info.pod.in b/doc/man1/openssl-info.pod.in index 90c6676079f..ac3a36d54c7 100644 --- a/doc/man1/openssl-info.pod.in +++ b/doc/man1/openssl-info.pod.in @@ -17,6 +17,7 @@ B [B<-listsep>] [B<-seeds>] [B<-cpusettings>] +[B<-windowscontext>] =head1 DESCRIPTION @@ -83,6 +84,8 @@ Outputs the Windows install context. This command was added in OpenSSL 3.0. +The B<-windowscontext> option was added in OpenSSL 3.4. + =head1 COPYRIGHT Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. -- 2.47.2