diff options
author | schwarze <> | 2023-09-30 14:24:00 +0000 |
---|---|---|
committer | schwarze <> | 2023-09-30 14:24:00 +0000 |
commit | f699932a37f87f03da576753043583d33ca54339 (patch) | |
tree | ec666100d38e0f3f9cf5bb106909f274b7baa48c /src | |
parent | b72bf8bb5a69aecb0cf86312bed568d39d742b48 (diff) | |
download | openbsd-f699932a37f87f03da576753043583d33ca54339.tar.gz openbsd-f699932a37f87f03da576753043583d33ca54339.tar.bz2 openbsd-f699932a37f87f03da576753043583d33ca54339.zip |
drop one pair of needless parentheses
and polish one wording; no change of meaning
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/X509v3_addr_subset.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/X509v3_addr_subset.3 b/src/lib/libcrypto/man/X509v3_addr_subset.3 index 8107eb8884..93714a26fa 100644 --- a/src/lib/libcrypto/man/X509v3_addr_subset.3 +++ b/src/lib/libcrypto/man/X509v3_addr_subset.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509v3_addr_subset.3,v 1.1 2023/09/28 12:36:36 tb Exp $ | 1 | .\" $OpenBSD: X509v3_addr_subset.3,v 1.2 2023/09/30 14:24:00 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> | 3 | .\" Copyright (c) 2023 Theo Buehler <tb@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
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 28 2023 $ | 17 | .Dd $Mdocdate: September 30 2023 $ |
18 | .Dt X509V3_ADDR_SUBSET 3 | 18 | .Dt X509V3_ADDR_SUBSET 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -62,12 +62,12 @@ then | |||
62 | .Fa child | 62 | .Fa child |
63 | is a subset of | 63 | is a subset of |
64 | .Fa parent . | 64 | .Fa parent . |
65 | (In particular, a | 65 | In particular, a |
66 | .Dv NULL | 66 | .Dv NULL |
67 | .Fa parent | 67 | .Fa parent |
68 | is allowed for a | 68 | is allowed for a |
69 | .Dv NULL | 69 | .Dv NULL |
70 | .Fa child Ns .) | 70 | .Fa child . |
71 | .It | 71 | .It |
72 | If | 72 | If |
73 | .Fa parent | 73 | .Fa parent |
@@ -159,7 +159,7 @@ If both | |||
159 | and | 159 | and |
160 | .Fa parent | 160 | .Fa parent |
161 | are in canonical form, | 161 | are in canonical form, |
162 | they cannot fail. | 162 | these functions cannot fail. |
163 | .Sh SEE ALSO | 163 | .Sh SEE ALSO |
164 | .Xr ASIdentifiers_new 3 , | 164 | .Xr ASIdentifiers_new 3 , |
165 | .Xr ASRange_new 3 , | 165 | .Xr ASRange_new 3 , |