From d090fc0019b8ef04bcae8c7eafe98950a9694fc8 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Tue, 26 Feb 2019 13:11:10 +0800 Subject: Place return values after examples in doc Reviewed-by: Richard Levitte (cherry picked from commit 4564e77ae9dd1866e8a033f03511b6a1792c024e) Conflicts: doc/internal/man3/openssl_ctx_get_data.pod (non-existant) doc/man3/OPENSSL_s390xcap.pod (non-existant) Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/8736) --- doc/man3/ASN1_generate_nconf.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/man3/ASN1_generate_nconf.pod') diff --git a/doc/man3/ASN1_generate_nconf.pod b/doc/man3/ASN1_generate_nconf.pod index bf29af62f7..df371678b2 100644 --- a/doc/man3/ASN1_generate_nconf.pod +++ b/doc/man3/ASN1_generate_nconf.pod @@ -162,6 +162,13 @@ bits are zero. =back +=head1 RETURN VALUES + +ASN1_generate_nconf() and ASN1_generate_v3() return the encoded +data as an B structure or B if an error occurred. + +The error codes that can be obtained by L. + =head1 EXAMPLES A simple IA5String: @@ -247,13 +254,6 @@ structure: e=INTEGER:0x010001 -=head1 RETURN VALUES - -ASN1_generate_nconf() and ASN1_generate_v3() return the encoded -data as an B structure or B if an error occurred. - -The error codes that can be obtained by L. - =head1 SEE ALSO L -- cgit v1.2.3