diff options
author | tb <> | 2023-09-27 08:46:46 +0000 |
---|---|---|
committer | tb <> | 2023-09-27 08:46:46 +0000 |
commit | 7d90a600d0797645d480c64312d7b1bfa6fd7659 (patch) | |
tree | 719cb838b20bef98a7212beea365f196a2e9ef12 /src/lib/libcrypto/man/X509v3_addr_inherits.3 | |
parent | 72882765a38f31ef7380ef172db68383286dce75 (diff) | |
download | openbsd-7d90a600d0797645d480c64312d7b1bfa6fd7659.tar.gz openbsd-7d90a600d0797645d480c64312d7b1bfa6fd7659.tar.bz2 openbsd-7d90a600d0797645d480c64312d7b1bfa6fd7659.zip |
Various small tweaks in the RFC 3779 docs
Mention a few more bugs and unify manpage descriptions
Diffstat (limited to 'src/lib/libcrypto/man/X509v3_addr_inherits.3')
-rw-r--r-- | src/lib/libcrypto/man/X509v3_addr_inherits.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_inherits.3 b/src/lib/libcrypto/man/X509v3_addr_inherits.3 index a8465afb38..0c3c35d4a3 100644 --- a/src/lib/libcrypto/man/X509v3_addr_inherits.3 +++ b/src/lib/libcrypto/man/X509v3_addr_inherits.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_addr_inherits.3,v 1.1 2023/09/26 20:42:45 tb Exp $ | 1 | .\" $OpenBSD: X509v3_addr_inherits.3,v 1.2 2023/09/27 08:46:46 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,13 +14,13 @@ | |||
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: September 26 2023 $ | 17 | .Dd $Mdocdate: September 27 2023 $ |
18 | .Dt X509V3_ADDR_INHERITS 3 | 18 | .Dt X509V3_ADDR_INHERITS 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
21 | .Nm X509v3_addr_inherits , | 21 | .Nm X509v3_addr_inherits , |
22 | .Nm X509v3_asid_inherits | 22 | .Nm X509v3_asid_inherits |
23 | .Nd inheritance for the IP address and AS number delegation extensions | 23 | .Nd RFC 3779 inheritance |
24 | .Sh SYNOPSIS | 24 | .Sh SYNOPSIS |
25 | .In openssl/x509v3.h | 25 | .In openssl/x509v3.h |
26 | .Ft int | 26 | .Ft int |
@@ -96,7 +96,7 @@ and have been available since | |||
96 | .Fn X509v3_asid_inherits | 96 | .Fn X509v3_asid_inherits |
97 | ignores whether the | 97 | ignores whether the |
98 | .Fa inherit | 98 | .Fa inherit |
99 | is present or absent in the list that is considered to use inheritance. | 99 | element is present or absent in the list that is considered to use inheritance. |
100 | .Pp | 100 | .Pp |
101 | There is no API that determines whether all lists contained in an | 101 | There is no API that determines whether all lists contained in an |
102 | .Vt ASIdentifiers | 102 | .Vt ASIdentifiers |