From 045f36e934df08b59b6d3d473aef84c0d87f8d27 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Sat, 10 Sep 2022 10:22:46 +0000 Subject: fix repeated words ok ok miod@ ack ack jmc@ --- src/lib/libcrypto/man/OBJ_NAME_add.3 | 6 +++--- src/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 | 6 +++--- src/lib/libcrypto/man/X509_check_trust.3 | 6 +++--- src/lib/libcrypto/man/i2a_ASN1_STRING.3 | 6 +++--- 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 @@ -.\" $OpenBSD: OBJ_NAME_add.3,v 1.2 2021/12/18 17:47:45 schwarze Exp $ +.\" $OpenBSD: OBJ_NAME_add.3,v 1.3 2022/09/10 10:22:46 jsg Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 18 2021 $ +.Dd $Mdocdate: September 10 2022 $ .Dt OBJ_NAME_ADD 3 .Os .Sh NAME @@ -143,7 +143,7 @@ before setting the associated value. .Fn OBJ_NAME_remove removes the key-value pair or alias with the key .Pq Fa name , type -from the array, it it exists. +from the array, if it exists. Otherwise, it has no effect. If the bit .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 @@ -.\" $OpenBSD: X509_VERIFY_PARAM_new.3,v 1.3 2021/11/13 18:50:31 schwarze Exp $ +.\" $OpenBSD: X509_VERIFY_PARAM_new.3,v 1.4 2022/09/10 10:22:46 jsg Exp $ .\" .\" Copyright (c) 2018, 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 13 2021 $ +.Dd $Mdocdate: September 10 2022 $ .Dt X509_VERIFY_PARAM_NEW 3 .Os .Sh NAME @@ -142,7 +142,7 @@ object, whereas the time value in the .Fa destination object is not inspected before overwriting it .It -the acceptable policy set set with +the acceptable policy set with .Xr X509_VERIFY_PARAM_set1_policies 3 .It 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 @@ -.\" $OpenBSD: X509_check_trust.3,v 1.5 2021/11/26 13:48:21 jsg Exp $ +.\" $OpenBSD: X509_check_trust.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ .\" .\" Copyright (c) 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 26 2021 $ +.Dd $Mdocdate: September 10 2022 $ .Dt X509_CHECK_TRUST 3 .Os .Sh NAME @@ -194,7 +194,7 @@ but only in the case where the argument of .Fn X509_check_trust is invalid. -The compatibility step is not used used in this case. +The compatibility step is not used in this case. .Pp If the return value of the first call to .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 @@ -.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.2 2021/11/23 13:52:27 schwarze Exp $ +.\" $OpenBSD: i2a_ASN1_STRING.3,v 1.3 2022/09/10 10:22:46 jsg Exp $ .\" .\" Copyright (c) 2019, 2021 Ingo Schwarze .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 23 2021 $ +.Dd $Mdocdate: September 10 2022 $ .Dt I2A_ASN1_STRING 3 .Os .Sh NAME @@ -121,7 +121,7 @@ Both lower-case and upper-case hexadecimal digits are accepted. Every pair of input digits is converted into one output byte. .Pp On every input line, the trailing newline character and an optional -carrier return character character preceding it are ignored. +carrier return character preceding it are ignored. The trailing newline need not be present on the last line. If there is a backslash character before the newline character, 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 @@ -.\" $OpenBSD: SSL_set1_param.3,v 1.5 2019/06/12 09:36:30 schwarze Exp $ +.\" $OpenBSD: SSL_set1_param.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ .\" full merge up to: .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 12 2019 $ +.Dd $Mdocdate: September 10 2022 $ .Dt SSL_SET1_PARAM 3 .Os .Sh NAME @@ -88,7 +88,7 @@ or .Fa ssl , respectively. The returned pointer must not be freed by the calling application, -but the application can modify the parameters pointed to +but the application can modify the parameters pointed to, to suit its needs: for example to add a hostname check. .Pp .Fn SSL_CTX_set1_param -- cgit v1.2.3-55-g6feb