summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/d2i_X509_NAME.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-12-08 20:22:09 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-12-08 20:22:09 +0000
commit8dae1b2eb5b30a3f6708b94afff464da52fee92a (patch)
tree6deeae29690471a393d58700922d2e16c9c396c1 /lib/libcrypto/man/d2i_X509_NAME.3
parentb08c1b4d87c8aa59c445608d38f4a51ee3945550 (diff)
various cleanup;
Diffstat (limited to 'lib/libcrypto/man/d2i_X509_NAME.3')
-rw-r--r--lib/libcrypto/man/d2i_X509_NAME.311
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libcrypto/man/d2i_X509_NAME.3 b/lib/libcrypto/man/d2i_X509_NAME.3
index 701c4e31fa4..2817a7f3cea 100644
--- a/lib/libcrypto/man/d2i_X509_NAME.3
+++ b/lib/libcrypto/man/d2i_X509_NAME.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: d2i_X509_NAME.3,v 1.3 2016/12/05 20:32:19 schwarze Exp $
+.\" $OpenBSD: d2i_X509_NAME.3,v 1.4 2016/12/08 20:22:08 jmc Exp $
.\" OpenSSL d900a015 Oct 8 14:40:42 2015 +0200
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 5 2016 $
+.Dd $Mdocdate: December 8 2016 $
.Dt D2I_X509_NAME 3
.Os
.Sh NAME
@@ -71,12 +71,11 @@
.Sh DESCRIPTION
These functions decode and encode an
.Vt X509_NAME
-structure which is the same as the
+structure, which is the same as the
.Sy Name
-type defined in RFC2459 (and elsewhere) and used for example in
+type defined in RFC 2459 (and elsewhere) and used, for example, in
certificate subject and issuer names.
-.Pp
-Otherwise the functions behave in a way similar to
+They otherwise behave in a way similar to
.Xr d2i_X509 3
and
.Xr i2d_X509 3 .