diff options
author | jsg <> | 2022-09-10 10:22:46 +0000 |
---|---|---|
committer | jsg <> | 2022-09-10 10:22:46 +0000 |
commit | 045f36e934df08b59b6d3d473aef84c0d87f8d27 (patch) | |
tree | 76f62c4f9bd98e909f213a59c9edd3bc44f113cb | |
parent | 80160453af8f56ab16afdda289fc3a50e92a2f38 (diff) | |
download | openbsd-045f36e934df08b59b6d3d473aef84c0d87f8d27.tar.gz openbsd-045f36e934df08b59b6d3d473aef84c0d87f8d27.tar.bz2 openbsd-045f36e934df08b59b6d3d473aef84c0d87f8d27.zip |
fix repeated words
ok ok miod@ ack ack jmc@
-rw-r--r-- | src/lib/libcrypto/man/OBJ_NAME_add.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/X509_check_trust.3 | 6 | ||||
-rw-r--r-- | src/lib/libcrypto/man/i2a_ASN1_STRING.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/man/SSL_set1_param.3 | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/src/lib/libcrypto/man/OBJ_NAME_add.3 b/src/lib/libcrypto/man/OBJ_NAME_add.3 index 4b1c39676f..6d57416273 100644 --- a/src/lib/libcrypto/man/OBJ_NAME_add.3 +++ b/src/lib/libcrypto/man/OBJ_NAME_add.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: OBJ_NAME_add.3,v 1.2 2021/12/18 17:47:45 schwarze Exp $ | 1 | .\" $OpenBSD: OBJ_NAME_add.3,v 1.3 2022/09/10 10:22:46 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@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: December 18 2021 $ | 17 | .Dd $Mdocdate: September 10 2022 $ |
18 | .Dt OBJ_NAME_ADD 3 | 18 | .Dt OBJ_NAME_ADD 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -143,7 +143,7 @@ before setting the associated value. | |||
143 | .Fn OBJ_NAME_remove | 143 | .Fn OBJ_NAME_remove |
144 | removes the key-value pair or alias with the key | 144 | removes the key-value pair or alias with the key |
145 | .Pq Fa name , type | 145 | .Pq Fa name , type |
146 | from the array, it it exists. | 146 | from the array, if it exists. |
147 | Otherwise, it has no effect. | 147 | Otherwise, it has no effect. |
148 | If the bit | 148 | If the bit |
149 | .Dv OBJ_NAME_ALIAS | 149 | .Dv OBJ_NAME_ALIAS |
diff --git a/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 b/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 index 3c6b2ce974..1f1b1e07c2 100644 --- a/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 +++ b/src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_VERIFY_PARAM_new.3,v 1.3 2021/11/13 18:50:31 schwarze Exp $ | 1 | .\" $OpenBSD: X509_VERIFY_PARAM_new.3,v 1.4 2022/09/10 10:22:46 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2018, 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2018, 2021 Ingo Schwarze <schwarze@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: November 13 2021 $ | 17 | .Dd $Mdocdate: September 10 2022 $ |
18 | .Dt X509_VERIFY_PARAM_NEW 3 | 18 | .Dt X509_VERIFY_PARAM_NEW 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -142,7 +142,7 @@ object, whereas the time value in the | |||
142 | .Fa destination | 142 | .Fa destination |
143 | object is not inspected before overwriting it | 143 | object is not inspected before overwriting it |
144 | .It | 144 | .It |
145 | the acceptable policy set set with | 145 | the acceptable policy set with |
146 | .Xr X509_VERIFY_PARAM_set1_policies 3 | 146 | .Xr X509_VERIFY_PARAM_set1_policies 3 |
147 | .It | 147 | .It |
148 | the maximum verification depth set with | 148 | the maximum verification depth set with |
diff --git a/src/lib/libcrypto/man/X509_check_trust.3 b/src/lib/libcrypto/man/X509_check_trust.3 index 80306e3cd1..286dcdd5b9 100644 --- a/src/lib/libcrypto/man/X509_check_trust.3 +++ b/src/lib/libcrypto/man/X509_check_trust.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_check_trust.3,v 1.5 2021/11/26 13:48:21 jsg Exp $ | 1 | .\" $OpenBSD: X509_check_trust.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2021 Ingo Schwarze <schwarze@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: November 26 2021 $ | 17 | .Dd $Mdocdate: September 10 2022 $ |
18 | .Dt X509_CHECK_TRUST 3 | 18 | .Dt X509_CHECK_TRUST 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -194,7 +194,7 @@ but only in the case where the | |||
194 | argument of | 194 | argument of |
195 | .Fn X509_check_trust | 195 | .Fn X509_check_trust |
196 | is invalid. | 196 | is invalid. |
197 | The compatibility step is not used used in this case. | 197 | The compatibility step is not used in this case. |
198 | .Pp | 198 | .Pp |
199 | If the return value of the first call to | 199 | If the return value of the first call to |
200 | .Fn X509_TRUST_set_default | 200 | .Fn X509_TRUST_set_default |
diff --git a/src/lib/libcrypto/man/i2a_ASN1_STRING.3 b/src/lib/libcrypto/man/i2a_ASN1_STRING.3 index bf6266350e..5ca4f5d3c2 100644 --- a/src/lib/libcrypto/man/i2a_ASN1_STRING.3 +++ b/src/lib/libcrypto/man/i2a_ASN1_STRING.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: i2a_ASN1_STRING.3,v 1.2 2021/11/23 13:52:27 schwarze Exp $ | 1 | .\" $OpenBSD: i2a_ASN1_STRING.3,v 1.3 2022/09/10 10:22:46 jsg Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2019, 2021 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2019, 2021 Ingo Schwarze <schwarze@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: November 23 2021 $ | 17 | .Dd $Mdocdate: September 10 2022 $ |
18 | .Dt I2A_ASN1_STRING 3 | 18 | .Dt I2A_ASN1_STRING 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -121,7 +121,7 @@ Both lower-case and upper-case hexadecimal digits are accepted. | |||
121 | Every pair of input digits is converted into one output byte. | 121 | Every pair of input digits is converted into one output byte. |
122 | .Pp | 122 | .Pp |
123 | On every input line, the trailing newline character and an optional | 123 | On every input line, the trailing newline character and an optional |
124 | carrier return character character preceding it are ignored. | 124 | carrier return character preceding it are ignored. |
125 | The trailing newline need not be present on the last line. | 125 | The trailing newline need not be present on the last line. |
126 | If there is a backslash character before the newline character, | 126 | If there is a backslash character before the newline character, |
127 | parsing is continued on the next input line. | 127 | parsing is continued on the next input line. |
diff --git a/src/lib/libssl/man/SSL_set1_param.3 b/src/lib/libssl/man/SSL_set1_param.3 index b2e695307d..cd8ad40ad0 100644 --- a/src/lib/libssl/man/SSL_set1_param.3 +++ b/src/lib/libssl/man/SSL_set1_param.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_set1_param.3,v 1.5 2019/06/12 09:36:30 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_set1_param.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 | 3 | .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: June 12 2019 $ | 52 | .Dd $Mdocdate: September 10 2022 $ |
53 | .Dt SSL_SET1_PARAM 3 | 53 | .Dt SSL_SET1_PARAM 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -88,7 +88,7 @@ or | |||
88 | .Fa ssl , | 88 | .Fa ssl , |
89 | respectively. | 89 | respectively. |
90 | The returned pointer must not be freed by the calling application, | 90 | The returned pointer must not be freed by the calling application, |
91 | but the application can modify the parameters pointed to | 91 | but the application can modify the parameters pointed to, |
92 | to suit its needs: for example to add a hostname check. | 92 | to suit its needs: for example to add a hostname check. |
93 | .Pp | 93 | .Pp |
94 | .Fn SSL_CTX_set1_param | 94 | .Fn SSL_CTX_set1_param |