summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-11-14 21:50:30 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-11-14 21:50:30 +0000
commit56dc24d48315285ba3c0395d315282275217e597 (patch)
treefa2b982b89dda4f58d2038623ebdf396077607f2 /doc
parent84d828ab700dbaa80e8bc84ca5ba4b7a815d02f1 (diff)
Use =back to finish =over (found using pod2latex).
Submitted by: Reviewed by: PR:
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/ASN1_generate_nconf.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/ASN1_generate_nconf.pod b/doc/crypto/ASN1_generate_nconf.pod
index d54df3ae96..c4c683b2a6 100644
--- a/doc/crypto/ASN1_generate_nconf.pod
+++ b/doc/crypto/ASN1_generate_nconf.pod
@@ -109,7 +109,7 @@ should be a section name which will contain the contents. The
field names are ignored and the values are in the generated
string format. If B<value> is absent the the content will be empty.
-=cut
+=back
=head2 MODIFIERS
@@ -151,7 +151,7 @@ then the value string must be a valid B<UTF8> string. For B<HEX> the output must
be a set of hex digits. B<BITLIST> (which is only valid for a BIT STRING) is a
comma separated list of set bits.
-=cut
+=back
=head1 EXAMPLES