diff options
Diffstat (limited to 'src/lib/libcrypto/man/d2i_X509_NAME.3')
-rw-r--r-- | src/lib/libcrypto/man/d2i_X509_NAME.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/d2i_X509_NAME.3 b/src/lib/libcrypto/man/d2i_X509_NAME.3 index 701c4e31fa..2817a7f3ce 100644 --- a/src/lib/libcrypto/man/d2i_X509_NAME.3 +++ b/src/lib/libcrypto/man/d2i_X509_NAME.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: d2i_X509_NAME.3,v 1.3 2016/12/05 20:32:19 schwarze Exp $ | 1 | .\" $OpenBSD: d2i_X509_NAME.3,v 1.4 2016/12/08 20:22:08 jmc Exp $ |
2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 | 2 | .\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 5 2016 $ | 51 | .Dd $Mdocdate: December 8 2016 $ |
52 | .Dt D2I_X509_NAME 3 | 52 | .Dt D2I_X509_NAME 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -71,12 +71,11 @@ | |||
71 | .Sh DESCRIPTION | 71 | .Sh DESCRIPTION |
72 | These functions decode and encode an | 72 | These functions decode and encode an |
73 | .Vt X509_NAME | 73 | .Vt X509_NAME |
74 | structure which is the same as the | 74 | structure, which is the same as the |
75 | .Sy Name | 75 | .Sy Name |
76 | type defined in RFC2459 (and elsewhere) and used for example in | 76 | type defined in RFC 2459 (and elsewhere) and used, for example, in |
77 | certificate subject and issuer names. | 77 | certificate subject and issuer names. |
78 | .Pp | 78 | They otherwise behave in a way similar to |
79 | Otherwise the functions behave in a way similar to | ||
80 | .Xr d2i_X509 3 | 79 | .Xr d2i_X509 3 |
81 | and | 80 | and |
82 | .Xr i2d_X509 3 . | 81 | .Xr i2d_X509 3 . |