diff options
| author | schwarze <> | 2023-09-30 14:21:57 +0000 | 
|---|---|---|
| committer | schwarze <> | 2023-09-30 14:21:57 +0000 | 
| commit | 4366ca847d671cf2cf49a1095660a489f2e94ddc (patch) | |
| tree | 86c4e8536f4cc14afdd0f0ef959bac5c82a5ed30 /src/lib/libc | |
| parent | c1b8c23c21f6e71fcde3090da91936ba59bff1f9 (diff) | |
| download | openbsd-4366ca847d671cf2cf49a1095660a489f2e94ddc.tar.gz openbsd-4366ca847d671cf2cf49a1095660a489f2e94ddc.tar.bz2 openbsd-4366ca847d671cf2cf49a1095660a489f2e94ddc.zip | |
remove a useless repetition of a function name
that was also followed by a bogus argument,
and fix one grammatical error; no change of meaning
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/man/X509v3_addr_inherits.3 | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/src/lib/libcrypto/man/X509v3_addr_inherits.3 b/src/lib/libcrypto/man/X509v3_addr_inherits.3 index 0c3c35d4a3..8e3cecf7ae 100644 --- a/src/lib/libcrypto/man/X509v3_addr_inherits.3 +++ b/src/lib/libcrypto/man/X509v3_addr_inherits.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: X509v3_addr_inherits.3,v 1.2 2023/09/27 08:46:46 tb Exp $ | 1 | .\" $OpenBSD: X509v3_addr_inherits.3,v 1.3 2023/09/30 14:21:57 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 27 2023 $ | 17 | .Dd $Mdocdate: September 30 2023 $ | 
| 18 | .Dt X509V3_ADDR_INHERITS 3 | 18 | .Dt X509V3_ADDR_INHERITS 3 | 
| 19 | .Os | 19 | .Os | 
| 20 | .Sh NAME | 20 | .Sh NAME | 
| @@ -65,9 +65,7 @@ or the | |||
| 65 | lists has | 65 | lists has | 
| 66 | .Fa type | 66 | .Fa type | 
| 67 | .Dv ASIdentifierChoice_inherit . | 67 | .Dv ASIdentifierChoice_inherit . | 
| 68 | Otherwise | 68 | Otherwise it returns 0. | 
| 69 | .Fn X509v3_asid_inherits 3 | ||
| 70 | returns 0. | ||
| 71 | .Sh SEE ALSO | 69 | .Sh SEE ALSO | 
| 72 | .Xr ASIdentifiers_new 3 , | 70 | .Xr ASIdentifiers_new 3 , | 
| 73 | .Xr ASRange_new 3 , | 71 | .Xr ASRange_new 3 , | 
| @@ -102,5 +100,5 @@ There is no API that determines whether all lists contained in an | |||
| 102 | .Vt ASIdentifiers | 100 | .Vt ASIdentifiers | 
| 103 | or an | 101 | or an | 
| 104 | .Vt IPAddrBlocks | 102 | .Vt IPAddrBlocks | 
| 105 | objects inherit. | 103 | object inherit. | 
| 106 | See RFC 9287, 5.1.2 for an example where this is relevant. | 104 | See RFC 9287, 5.1.2 for an example where this is relevant. | 
