diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-03 13:36:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-03 13:36:04 +0000 |
commit | 26d63a17c286e8ec40fbbc625bd8825c956bd425 (patch) | |
tree | 576d015b120b6f48b956c17eec745bc3a59153e9 /lib/libcrypto/man/X509_NAME_get_index_by_NID.3 | |
parent | 7f8975d90defd8db2df875828bb5e04bed501b4f (diff) |
various cleanup;
Diffstat (limited to 'lib/libcrypto/man/X509_NAME_get_index_by_NID.3')
-rw-r--r-- | lib/libcrypto/man/X509_NAME_get_index_by_NID.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 b/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 index efd74f07e93..fdf8bb1a815 100644 --- a/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 +++ b/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 @@ -1,13 +1,13 @@ -.\" $OpenBSD: X509_NAME_get_index_by_NID.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: X509_NAME_get_index_by_NID.3,v 1.3 2016/12/03 13:36:03 jmc Exp $ .\" -.Dd $Mdocdate: November 6 2016 $ +.Dd $Mdocdate: December 3 2016 $ .Dt X509_NAME_GET_INDEX_BY_NID 3 .Os .Sh NAME .Nm X509_NAME_get_index_by_NID , .Nm X509_NAME_get_index_by_OBJ , -.Nm X509_NAME_get_entry , .Nm X509_NAME_entry_count , +.Nm X509_NAME_get_entry , .Nm X509_NAME_get_text_by_NID , .Nm X509_NAME_get_text_by_OBJ .Nd X509_NAME lookup and enumeration functions @@ -56,8 +56,8 @@ The .Vt X509_NAME structure is the same as the .Sy Name -type defined in RFC2459 (and elsewhere) and used for example in -certificate subject and issuer names. +type defined in RFC 2459 (and elsewhere) and used, for example, +in certificate subject and issuer names. .Pp .Fn X509_NAME_get_index_by_NID and |