diff options
author | tb <> | 2023-09-25 10:34:44 +0000 |
---|---|---|
committer | tb <> | 2023-09-25 10:34:44 +0000 |
commit | e0097073086b60d463d24f9b90db7a763baf456e (patch) | |
tree | a3d5aeea8242cc3d5a8c5287d873daef6e6aa020 /src | |
parent | 27b5042e32bb28c47c1b1205b38b4a2a2d49ae8d (diff) | |
download | openbsd-e0097073086b60d463d24f9b90db7a763baf456e.tar.gz openbsd-e0097073086b60d463d24f9b90db7a763baf456e.tar.bz2 openbsd-e0097073086b60d463d24f9b90db7a763baf456e.zip |
Tiny tweaks: missing article, capitalize a word and change an Xr
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509v3_addr_add_inherit.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 b/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 index e5730c881e..98de5a01f0 100644 --- a/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 +++ b/src/lib/libcrypto/man/X509v3_addr_add_inherit.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.1 2023/09/25 01:14:34 tb Exp $ | 1 | .\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.2 2023/09/25 10:34:44 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -247,7 +247,7 @@ The error conditions are generally indistinguishable. | |||
247 | returns 1 if | 247 | returns 1 if |
248 | .Fa addrblocks | 248 | .Fa addrblocks |
249 | is in canonical form. | 249 | is in canonical form. |
250 | A return value of 0 can indicate non-canonical form or corrupted list. | 250 | A return value of 0 can indicate non-canonical form or a corrupted list. |
251 | .Sh EXAMPLES | 251 | .Sh EXAMPLES |
252 | Construct the first extension from RFC 3779, Appendix B. | 252 | Construct the first extension from RFC 3779, Appendix B. |
253 | .Bd -literal | 253 | .Bd -literal |
@@ -382,7 +382,7 @@ i2d_IPAddrBlocks(IPAddrBlocks *addrblocks, unsigned char **out) | |||
382 | } | 382 | } |
383 | .Ed | 383 | .Ed |
384 | .Pp | 384 | .Pp |
385 | the use of the undocumented macro | 385 | The use of the undocumented macro |
386 | .Dv ASN1_ITEM_ptr() | 386 | .Dv ASN1_ITEM_ptr() |
387 | is necessary if compatibility with modern versions of other implementations | 387 | is necessary if compatibility with modern versions of other implementations |
388 | is desired. | 388 | is desired. |
diff --git a/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 b/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 index 3373c2e435..cd25945865 100644 --- a/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 +++ b/src/lib/libcrypto/man/X509v3_asid_add_id_or_range.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_asid_add_id_or_range.3,v 1.1 2023/09/25 01:14:34 tb Exp $ | 1 | .\" $OpenBSD: X509v3_asid_add_id_or_range.3,v 1.2 2023/09/25 10:34:44 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021-2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2021-2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -239,7 +239,7 @@ failure. | |||
239 | .Xr crypto 3 , | 239 | .Xr crypto 3 , |
240 | .Xr s2i_ASN1_INTEGER 3 , | 240 | .Xr s2i_ASN1_INTEGER 3 , |
241 | .Xr X509_new 3 , | 241 | .Xr X509_new 3 , |
242 | .Xr X509v3_addr_add_range 3 | 242 | .Xr X509v3_addr_add_inherit 3 |
243 | .Sh STANDARDS | 243 | .Sh STANDARDS |
244 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers, | 244 | RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers, |
245 | .Bl -dash -compact | 245 | .Bl -dash -compact |