summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-22 08:08:08 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-22 08:08:08 +0000
commit985ce1bcc14e7f36c3050fe4ee9b0789afa8b135 (patch)
treef81acacf08bf283b1495f576e64669ddc78241c7 /lib/libcrypto
parent9b9765535f50a313a65f1e16435cb5951f8df0bf (diff)
typos in documentation; better wording, suggested by jmc@
ok jmc@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/ASN1_generate_nconf.34
-rw-r--r--lib/libcrypto/man/BUF_MEM_new.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcrypto/man/ASN1_generate_nconf.3 b/lib/libcrypto/man/ASN1_generate_nconf.3
index af5b1c8a5df..abea69c0563 100644
--- a/lib/libcrypto/man/ASN1_generate_nconf.3
+++ b/lib/libcrypto/man/ASN1_generate_nconf.3
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: September 9 2015 $
+.Dd $Mdocdate: September 22 2015 $
.Dt ASN1_GENERATE_NCONF 3
.Os
.Sh NAME
@@ -251,7 +251,7 @@ A BITSTRING with bits 1 and 5 set and all others zero:
.Dl FORMAT:BITLIST,BITSTRING:1,5
.Pp
A more complex example using a config file to produce a
-SEQUENCE consiting of a BOOL an OID and a UTF8String:
+SEQUENCE consisting of a BOOL an OID and a UTF8String:
.Bd -literal -offset indent
asn1 = SEQUENCE:seq_section
diff --git a/lib/libcrypto/man/BUF_MEM_new.3 b/lib/libcrypto/man/BUF_MEM_new.3
index a423d4e0bc9..f87e4f82577 100644
--- a/lib/libcrypto/man/BUF_MEM_new.3
+++ b/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
-.Dd $Mdocdate: May 24 2015 $
+.Dd $Mdocdate: September 22 2015 $
.Dt BUF_MEM_NEW 3
.Os
.Sh NAME
@@ -76,7 +76,7 @@ will accept a
argument and will return
.Dv NULL
in that case.
-Its use in new programes is discouraged.
+Its use in new programs is discouraged.
.Pp
The memory allocated from
.Fn BUF_strdup