diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-09-30 14:12:41 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2023-09-30 14:12:41 +0000 |
commit | 6713749dcd48469d27fbe0ff4ccda3545fecf2b0 (patch) | |
tree | bc5b6aa82266b460f8caac11396242c6c9b87ed9 /lib | |
parent | 037a80d286095942e3077902f2533804187b4d82 (diff) |
polish an awkward wording
and capitalize "AFI" where is does not refer to the function argument;
no change of meaning
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/X509v3_addr_get_range.3 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/lib/libcrypto/man/X509v3_addr_get_range.3 b/lib/libcrypto/man/X509v3_addr_get_range.3 index a84b7cd5f2c..e0d83b1162a 100644 --- a/lib/libcrypto/man/X509v3_addr_get_range.3 +++ b/lib/libcrypto/man/X509v3_addr_get_range.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509v3_addr_get_range.3,v 1.1 2023/09/26 18:35:34 tb Exp $ +.\" $OpenBSD: X509v3_addr_get_range.3,v 1.2 2023/09/30 14:12:40 schwarze Exp $ .\" .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 26 2023 $ +.Dd $Mdocdate: September 30 2023 $ .Dt X509V3_ADDR_GET_RANGE 3 .Os .Sh NAME @@ -53,15 +53,13 @@ The .Fa length must be large enough to accommodate an address for .Fa afi , -which for -.Dv IANA_AFI_IPV4 , -is at least 4, -and for -.Dv IANA_AFI_IPV6 -at least 16. +which is at least 4 for +.Dv IANA_AFI_IPV4 +and at least 16 for +.Dv IANA_AFI_IPV6 . .Sh RETURN VALUES .Fn X509v3_addr_get_afi -returns the afi encoded in +returns the AFI encoded in .Fa af or 0 if .Fa af |