[doc/man3][OSSL_ENCODER] Move NOTES to the bottom
authorNicola Tuveri <nic.tuv@gmail.com>
Fri, 22 Jan 2021 16:50:12 +0000 (18:50 +0200)
committerNicola Tuveri <nic.tuv@gmail.com>
Wed, 17 Feb 2021 11:20:46 +0000 (13:20 +0200)
commit3a962b2093a6226daa26e4d1855d4eb9f2e5035b
tree4133b9fc1da40473738924ecc695493b3e2ee77e
parent851b06b7055b2ab3eaf82f8989f8729920862b2f
[doc/man3][OSSL_ENCODER] Move NOTES to the bottom

For consistency with `OSSL_DECODER.pod`, and `man-pages(7)`, the `NOTES`
section is moved at the end of the file.

According to `man-pages(7)` the recommended section order is:

> NAME
> SYNOPSIS
> CONFIGURATION      [Normally only in Section 4]
> DESCRIPTION
> OPTIONS            [Normally only in Sections 1, 8]
> EXIT STATUS        [Normally only in Sections 1, 8]
> RETURN VALUE       [Normally only in Sections 2, 3]
> ERRORS             [Typically only in Sections 2, 3]
> ENVIRONMENT
> FILES
> VERSIONS           [Normally only in Sections 2, 3]
> CONFORMING TO
> NOTES
> BUGS
> EXAMPLE
> SEE ALSO

This commit does not attempt to fix the order in all pages but focuses
only on `OSSL_ENCODER` which has a "twin" man page in `OSSL_DECODER`,
making the inconsistent section order quite jarring.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13932)
doc/man3/OSSL_ENCODER.pod