diff options
author | schwarze <> | 2019-06-06 01:06:59 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-06 01:06:59 +0000 |
commit | 73fea5ffb44d03ccada5456dd77c78c652913272 (patch) | |
tree | 4c3063e0f18ec3090d09c0b1174b8c2760e32d6e /src/lib/libcrypto/man/ASN1_STRING_length.3 | |
parent | 47eafa9f3ab473cf14319312cf30f3c8400f0b78 (diff) | |
download | openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.gz openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.tar.bz2 openbsd-73fea5ffb44d03ccada5456dd77c78c652913272.zip |
Tree structure for manual pages: crypto(3) links to 33 function
group pages, and these link on to all their second-level subpages.
Only a handful of second-level pages have third-level subpages.
So all crypto pages can now be reached from the www.libressl.org
frontpage via at most four clicks, in most cases three clicks.
Also link back from leaf pages to their respective group pages
and add a couple of additional links between related pages.
Triggered by a question from deraadt@.
OK jmc@ tb@
Diffstat (limited to 'src/lib/libcrypto/man/ASN1_STRING_length.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_STRING_length.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_STRING_length.3 b/src/lib/libcrypto/man/ASN1_STRING_length.3 index 65501acf31..2e5ffe924d 100644 --- a/src/lib/libcrypto/man/ASN1_STRING_length.3 +++ b/src/lib/libcrypto/man/ASN1_STRING_length.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_STRING_length.3,v 1.17 2018/05/19 22:55:17 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_STRING_length.3,v 1.18 2019/06/06 01:06:58 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 | 2 | .\" full merge up to: OpenSSL 4a56d2a3 Feb 25 16:49:27 2018 +0300 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -66,7 +66,7 @@ | |||
66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 66 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 67 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
68 | .\" | 68 | .\" |
69 | .Dd $Mdocdate: May 19 2018 $ | 69 | .Dd $Mdocdate: June 6 2019 $ |
70 | .Dt ASN1_STRING_LENGTH 3 | 70 | .Dt ASN1_STRING_LENGTH 3 |
71 | .Os | 71 | .Os |
72 | .Sh NAME | 72 | .Sh NAME |
@@ -288,6 +288,7 @@ or a negative number if an error occurred. | |||
288 | returns an integer constant, for example | 288 | returns an integer constant, for example |
289 | .Dv V_ASN1_OCTET_STRING . | 289 | .Dv V_ASN1_OCTET_STRING . |
290 | .Sh SEE ALSO | 290 | .Sh SEE ALSO |
291 | .Xr ASN1_STRING_new 3 , | ||
291 | .Xr ERR_get_error 3 | 292 | .Xr ERR_get_error 3 |
292 | .Sh HISTORY | 293 | .Sh HISTORY |
293 | .Fn ASN1_STRING_cmp , | 294 | .Fn ASN1_STRING_cmp , |