Standardize on =over 4 and check for it.
[openssl.git] / doc / man3 / d2i_X509.pod
index 06546a4875e2d11d797b433118a1eb1da614e216..f78d02065cd4c3deadfae4bf6d01871f0f02e058 100644 (file)
@@ -349,10 +349,10 @@ i2d_X509_SIG,
 i2d_X509_VAL,
 - convert objects from/to ASN.1/DER representation
 
-=for comment generic
-
 =head1 SYNOPSIS
 
+=for comment generic
+
  TYPE *d2i_TYPE(TYPE **a, unsigned char **pp, long length);
  TYPE *d2i_TYPE_bio(BIO *bp, TYPE **a);
  TYPE *d2i_TYPE_fp(FILE *fp, TYPE **a);
@@ -436,7 +436,7 @@ another will be processed after it.
 
 The following points about the data types might be useful:
 
-=over
+=over 4
 
 =item B<ASN1_OBJECT>