Commit 74be610db3 for openssl.org
commit 74be610db3e4fa82b68f1f550669495fd213913c
Author: Bob Beck <beck@openssl.org>
Date: Tue Feb 24 13:08:39 2026 -0700
Add alternate ordering for ossl-guide-migration
Add alternate wordings for ossl-guide-migration so that its a bit easier
to find.
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
MergeDate: Fri Feb 27 18:45:50 2026
(Merged from https://github.com/openssl/openssl/pull/30165)
diff --git a/doc/man7/ossl-guide-migration.pod b/doc/man7/ossl-guide-migration.pod
index e06ac3af0a..37d5d4c187 100644
--- a/doc/man7/ossl-guide-migration.pod
+++ b/doc/man7/ossl-guide-migration.pod
@@ -2,7 +2,7 @@
=head1 NAME
-ossl-guide-migration, migration_guide
+ossl-guide-migration, migration_guide, ossl-migration-guide
- OpenSSL Guide: Migrating from older OpenSSL versions
=head1 SYNOPSIS
@@ -94,7 +94,7 @@ to the B<X509> layer to reduce the number of memory allocations and copies
that are made. These changes can impact code which uses these functions if
a returned pointer value which was not const in previous versions of OpenSSL
has now been made const. When such a value is assigned to a non-const pointer
-variable you will get a compiler warning. .
+variable you will get a compiler warning.
The returned values being const is an indication that you may not mutate these
values safely.