d2i_X509.pod: clarify usage of the 'pp' function parameter
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 14 Feb 2018 11:21:26 +0000 (12:21 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 14 Feb 2018 16:11:34 +0000 (17:11 +0100)
commit7c60a968ce1a6a8290dd3a9418ae10e06327f424
tree806c1c84fa0346278276b98bcde20f992464dc07
parent6e99ae58c8e1b4a41ae376f91affc7992b0738f7
d2i_X509.pod: clarify usage of the 'pp' function parameter

The 'pp' function parameters of d2i_TYPE() and i2d_TYPE() are referenced
in the DESCRIPTION section as 'in' resp. 'out'. This commit renames the
references to 'ppin' resp. 'ppout' and adds an explaining sentence.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5365)
doc/man3/d2i_X509.pod