diff options
author | Richard Levitte <levitte@openssl.org> | 2019-02-18 14:32:58 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-18 14:32:58 +0100 |
commit | 1ad2d9404dcd97372c0dc2709a598ee0f0a79620 (patch) | |
tree | e3c6cd2241dc2c8916784fccae62fd3adc08af1e | |
parent | Property: naming and manual clarifiations (diff) | |
download | openssl-1ad2d9404dcd97372c0dc2709a598ee0f0a79620.tar.xz openssl-1ad2d9404dcd97372c0dc2709a598ee0f0a79620.zip |
Conform to proper NAME section format
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)
-rw-r--r-- | doc/internal/man3/OSSL_METHOD_STORE.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internal/man3/OSSL_METHOD_STORE.pod b/doc/internal/man3/OSSL_METHOD_STORE.pod index 47f4194d1c..70a3195f4e 100644 --- a/doc/internal/man3/OSSL_METHOD_STORE.pod +++ b/doc/internal/man3/OSSL_METHOD_STORE.pod @@ -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 |