diff options
| author | schwarze <> | 2023-09-30 14:24:00 +0000 |
|---|---|---|
| committer | schwarze <> | 2023-09-30 14:24:00 +0000 |
| commit | 67a5eb6ebaf5150aa4752336fcfc20254c2c51fc (patch) | |
| tree | ec666100d38e0f3f9cf5bb106909f274b7baa48c | |
| parent | 4366ca847d671cf2cf49a1095660a489f2e94ddc (diff) | |
| download | openbsd-67a5eb6ebaf5150aa4752336fcfc20254c2c51fc.tar.gz openbsd-67a5eb6ebaf5150aa4752336fcfc20254c2c51fc.tar.bz2 openbsd-67a5eb6ebaf5150aa4752336fcfc20254c2c51fc.zip | |
drop one pair of needless parentheses
and polish one wording; no change of meaning
Diffstat (limited to '')
| -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 , |
