diff options
author | schwarze <> | 2019-06-14 13:59:32 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-14 13:59:32 +0000 |
commit | cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3 (patch) | |
tree | aeff19eacb059a018b39fa7c9e2ecbdd6a89ce7f /src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 | |
parent | 1c6dd887ec8f9d6b87ce2f220e839fbe1b78db67 (diff) | |
download | openbsd-cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3.tar.gz openbsd-cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3.tar.bz2 openbsd-cbde3d1c3b16fc186eb19ea5b8633af03b65a8b3.zip |
Improve pages that briefly mentioned ERR - usually below SEE ALSO -
but failed to provide any real information.
OK tb@ jmc@
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 b/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 index cf5741e987..c4ae6c9bfa 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_TABLE_add.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_TABLE_add.3,v 1.3 2018/03/22 16:06:33 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_TABLE_add.3,v 1.4 2019/06/14 13:59:32 schwarze Exp $ |
2 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 | 2 | .\" OpenSSL ASN1_STRING_TABLE_add.pod 7b608d08 Jul 27 01:18:50 2017 +0800 |
3 | .\" | 3 | .\" |
4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> | 4 | .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: March 22 2018 $ | 18 | .Dd $Mdocdate: June 14 2019 $ |
19 | .Dt ASN1_STRING_TABLE_ADD 3 | 19 | .Dt ASN1_STRING_TABLE_ADD 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -75,8 +75,11 @@ The function | |||
75 | .Fn ASN1_STRING_TABLE_cleanup | 75 | .Fn ASN1_STRING_TABLE_cleanup |
76 | removes and frees all entries except the predefined ones. | 76 | removes and frees all entries except the predefined ones. |
77 | .Sh RETURN VALUES | 77 | .Sh RETURN VALUES |
78 | The | ||
78 | .Fn ASN1_STRING_TABLE_add | 79 | .Fn ASN1_STRING_TABLE_add |
79 | returns 1 on success or 0 if an error occurred. | 80 | function returns 1 if successful; otherwise 0 is returned |
81 | and an error code can be retrieved with | ||
82 | .Xr ERR_get_error 3 . | ||
80 | .Pp | 83 | .Pp |
81 | .Fn ASN1_STRING_TABLE_get | 84 | .Fn ASN1_STRING_TABLE_get |
82 | returns a valid | 85 | returns a valid |
@@ -86,7 +89,6 @@ structure or | |||
86 | if nothing is found. | 89 | if nothing is found. |
87 | .Sh SEE ALSO | 90 | .Sh SEE ALSO |
88 | .Xr ASN1_OBJECT_new 3 , | 91 | .Xr ASN1_OBJECT_new 3 , |
89 | .Xr ERR_get_error 3 , | ||
90 | .Xr OBJ_nid2obj 3 | 92 | .Xr OBJ_nid2obj 3 |
91 | .Sh HISTORY | 93 | .Sh HISTORY |
92 | .Fn ASN1_STRING_TABLE_add , | 94 | .Fn ASN1_STRING_TABLE_add , |