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_time_parse.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_time_parse.3')
-rw-r--r-- | src/lib/libcrypto/man/ASN1_time_parse.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/ASN1_time_parse.3 b/src/lib/libcrypto/man/ASN1_time_parse.3 index 8604e18123..b97c75fa15 100644 --- a/src/lib/libcrypto/man/ASN1_time_parse.3 +++ b/src/lib/libcrypto/man/ASN1_time_parse.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ASN1_time_parse.3,v 1.7 2018/03/23 23:18:17 schwarze Exp $ | 1 | .\" $OpenBSD: ASN1_time_parse.3,v 1.8 2019/06/06 01:06:58 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2016 Bob Beck <beck@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: March 23 2018 $ | 17 | .Dd $Mdocdate: June 6 2019 $ |
18 | .Dt ASN1_TIME_PARSE 3 | 18 | .Dt ASN1_TIME_PARSE 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -125,6 +125,10 @@ returns a pointer to an | |||
125 | structure or | 125 | structure or |
126 | .Dv NULL | 126 | .Dv NULL |
127 | if an error occurred. | 127 | if an error occurred. |
128 | .Sh SEE ALSO | ||
129 | .Xr ASN1_TIME_new 3 , | ||
130 | .Xr ASN1_TIME_set 3 , | ||
131 | .Xr X509_cmp_time 3 | ||
128 | .Sh HISTORY | 132 | .Sh HISTORY |
129 | .Fn ASN1_time_parse | 133 | .Fn ASN1_time_parse |
130 | and | 134 | and |