diff options
author | sobrado <> | 2015-09-22 08:08:07 +0000 |
---|---|---|
committer | sobrado <> | 2015-09-22 08:08:07 +0000 |
commit | f087ce5ef830235035b12597598b8a15ef4d469b (patch) | |
tree | 44f72e5c66d08a8e69898fb02d0eff61ca84d533 /src/lib/libcrypto/man | |
parent | 8cd2e8a8ed69b1bd5763b94d2864fc4854e7deb4 (diff) | |
download | openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.gz openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.tar.bz2 openbsd-f087ce5ef830235035b12597598b8a15ef4d469b.zip |
typos in documentation; better wording, suggested by jmc@libressl-v2.3.0
ok jmc@
Diffstat (limited to 'src/lib/libcrypto/man')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_generate_nconf.3 | 4 | ||||
-rw-r--r-- | src/lib/libcrypto/man/BUF_MEM_new.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ASN1_generate_nconf.3 b/src/lib/libcrypto/man/ASN1_generate_nconf.3 index af5b1c8a5d..abea69c056 100644 --- a/src/lib/libcrypto/man/ASN1_generate_nconf.3 +++ b/src/lib/libcrypto/man/ASN1_generate_nconf.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: September 9 2015 $ | 1 | .Dd $Mdocdate: September 22 2015 $ |
2 | .Dt ASN1_GENERATE_NCONF 3 | 2 | .Dt ASN1_GENERATE_NCONF 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -251,7 +251,7 @@ A BITSTRING with bits 1 and 5 set and all others zero: | |||
251 | .Dl FORMAT:BITLIST,BITSTRING:1,5 | 251 | .Dl FORMAT:BITLIST,BITSTRING:1,5 |
252 | .Pp | 252 | .Pp |
253 | A more complex example using a config file to produce a | 253 | A more complex example using a config file to produce a |
254 | SEQUENCE consiting of a BOOL an OID and a UTF8String: | 254 | SEQUENCE consisting of a BOOL an OID and a UTF8String: |
255 | .Bd -literal -offset indent | 255 | .Bd -literal -offset indent |
256 | asn1 = SEQUENCE:seq_section | 256 | asn1 = SEQUENCE:seq_section |
257 | 257 | ||
diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3 index a423d4e0bc..f87e4f8257 100644 --- a/src/lib/libcrypto/man/BUF_MEM_new.3 +++ b/src/lib/libcrypto/man/BUF_MEM_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .Dd $Mdocdate: May 24 2015 $ | 1 | .Dd $Mdocdate: September 22 2015 $ |
2 | .Dt BUF_MEM_NEW 3 | 2 | .Dt BUF_MEM_NEW 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -76,7 +76,7 @@ will accept a | |||
76 | argument and will return | 76 | argument and will return |
77 | .Dv NULL | 77 | .Dv NULL |
78 | in that case. | 78 | in that case. |
79 | Its use in new programes is discouraged. | 79 | Its use in new programs is discouraged. |
80 | .Pp | 80 | .Pp |
81 | The memory allocated from | 81 | The memory allocated from |
82 | .Fn BUF_strdup | 82 | .Fn BUF_strdup |