Tiny tweaks: missing article, capitalize a word and change an Xr
authortb <tb@openbsd.org>
Mon, 25 Sep 2023 10:34:44 +0000 (10:34 +0000)
committertb <tb@openbsd.org>
Mon, 25 Sep 2023 10:34:44 +0000 (10:34 +0000)
lib/libcrypto/man/X509v3_addr_add_inherit.3
lib/libcrypto/man/X509v3_asid_add_id_or_range.3

index e5730c8..98de5a0 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.1 2023/09/25 01:14:34 tb Exp $
+.\" $OpenBSD: X509v3_addr_add_inherit.3,v 1.2 2023/09/25 10:34:44 tb Exp $
 .\"
 .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org>
 .\"
@@ -247,7 +247,7 @@ The error conditions are generally indistinguishable.
 returns 1 if
 .Fa addrblocks
 is in canonical form.
-A return value of 0 can indicate non-canonical form or corrupted list.
+A return value of 0 can indicate non-canonical form or corrupted list.
 .Sh EXAMPLES
 Construct the first extension from RFC 3779, Appendix B.
 .Bd -literal
@@ -382,7 +382,7 @@ i2d_IPAddrBlocks(IPAddrBlocks *addrblocks, unsigned char **out)
 }
 .Ed
 .Pp
-the use of the undocumented macro
+The use of the undocumented macro
 .Dv ASN1_ITEM_ptr()
 is necessary if compatibility with modern versions of other implementations
 is desired.
index 3373c2e..cd25945 100644 (file)
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509v3_asid_add_id_or_range.3,v 1.1 2023/09/25 01:14:34 tb Exp $
+.\" $OpenBSD: X509v3_asid_add_id_or_range.3,v 1.2 2023/09/25 10:34:44 tb Exp $
 .\"
 .\" Copyright (c) 2021-2023 Theo Buehler <tb@openbsd.org>
 .\"
@@ -239,7 +239,7 @@ failure.
 .Xr crypto 3 ,
 .Xr s2i_ASN1_INTEGER 3 ,
 .Xr X509_new 3 ,
-.Xr X509v3_addr_add_range 3
+.Xr X509v3_addr_add_inherit 3
 .Sh STANDARDS
 RFC 3779: X.509 Extensions for IP Addresses and AS Identifiers,
 .Bl -dash -compact