diff options
author | tb <> | 2023-09-29 09:28:21 +0000 |
---|---|---|
committer | tb <> | 2023-09-29 09:28:21 +0000 |
commit | c460d602798f2c07ec07290ff4c37f76094717bb (patch) | |
tree | 09e0b36c97f726be08e326946647e8a403881636 /src | |
parent | 748670f0a586443321b54a6e511fef277ae0d07f (diff) | |
download | openbsd-c460d602798f2c07ec07290ff4c37f76094717bb.tar.gz openbsd-c460d602798f2c07ec07290ff4c37f76094717bb.tar.bz2 openbsd-c460d602798f2c07ec07290ff4c37f76094717bb.zip |
Fix a wrong tag and work around an ugly linebreak
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509v3_addr_validate_path.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_validate_path.3 b/src/lib/libcrypto/man/X509v3_addr_validate_path.3 index 1315e2013e..109cab3f52 100644 --- a/src/lib/libcrypto/man/X509v3_addr_validate_path.3 +++ b/src/lib/libcrypto/man/X509v3_addr_validate_path.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_addr_validate_path.3,v 1.1 2023/09/29 08:57:49 tb Exp $ | 1 | .\" $OpenBSD: X509v3_addr_validate_path.3,v 1.2 2023/09/29 09:28:21 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -114,7 +114,7 @@ for | |||
114 | .Fa asid . | 114 | .Fa asid . |
115 | .Sh RETURN VALUES | 115 | .Sh RETURN VALUES |
116 | All these functions return 1 on successful validation and 0 otherwise. | 116 | All these functions return 1 on successful validation and 0 otherwise. |
117 | .Pa | 117 | .Pp |
118 | For | 118 | For |
119 | .Fn X509v3_addr_validate_path | 119 | .Fn X509v3_addr_validate_path |
120 | and | 120 | and |
@@ -141,12 +141,13 @@ With the exception of an allocation error, | |||
141 | no error codes are set on the error stack. | 141 | no error codes are set on the error stack. |
142 | .Pp | 142 | .Pp |
143 | .Fn X509v3_addr_validate_resource_set | 143 | .Fn X509v3_addr_validate_resource_set |
144 | accepts a | ||
145 | .Dv NULL | ||
146 | .Fa addrblocks | ||
144 | and | 147 | and |
145 | .Fn X509v3_asid_validate_resource_set | 148 | .Fn X509v3_asid_validate_resource_set |
146 | accept a | 149 | accepts a |
147 | .Dv NULL | 150 | .Dv NULL |
148 | .Fa addrblocks | ||
149 | or | ||
150 | .Fa asid | 151 | .Fa asid |
151 | as valid. | 152 | as valid. |
152 | They fail if | 153 | They fail if |