Fix some errors in documentation
[openssl.git] / doc / internal / man3 / s2i_ASN1_UTF8STRING.pod
index c5b434a5b55d22d40c73b218d584d01c791ddcb6..9b806eb80bbeb64f73b891ac0b46a5a91ebe3ccd 100644 (file)
@@ -3,12 +3,12 @@
 =head1 NAME
 
 i2s_ASN1_UTF8STRING,
-s2i_ASN1_UTF8STRING,
+s2i_ASN1_UTF8STRING
 - convert objects from/to ASN.1/string representation
 
 =head1 SYNOPSIS
 
-=for openssl generic
+ #include "crypto/x509v3.h"
 
  char *i2s_ASN1_UTF8STRING(X509V3_EXT_METHOD *method,
                            ASN1_UTF8STRING *utf8);
@@ -22,7 +22,7 @@ representation. This function is used for B<X509v3> extentions.
 
 =head1 NOTES
 
-The letters B<i> and B<s> in B<i2s_ASN1_UTF8STRING>() stand for
+The letters B<i> and B<s> in i2s_ASN1_UTF8STRING() stand for
 "internal" (that is, an internal C structure) and string respectively.
 So B<i2s_ASN1_UTF8STRING>() converts from internal to string.