Conform to proper NAME section format
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Feb 2019 13:32:58 +0000 (14:32 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Feb 2019 13:32:58 +0000 (14:32 +0100)
The NAME section format is comma separated names to the left of the
left of the dash, free form on the right.  If we don't follow that
form, programs like apropos(1) and whatis(1) can't do their job
properly.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8267)

doc/internal/man3/OSSL_METHOD_STORE.pod

index 47f4194d1c4ae6c8c975ef266cf7f764d589a517..70a3195f4e8789259f98fc04d28686ff21b0df9d 100644 (file)
@@ -5,7 +5,7 @@
 ossl_method_store_new, ossl_method_store_free, ossl_method_store_init,
 ossl_method_store_cleanup, ossl_method_store_add, ossl_method_store_remove,
 ossl_method_store_fetch, ossl_method_store_set_global_properties,
-ossl_method_store_cache_get and ossl_method_store_cache_set
+ossl_method_store_cache_get, ossl_method_store_cache_set
 - implementation method store and query
 
 =head1 SYNOPSIS