From 4cb74a97251101bfc8c54d71570124bf2c6d92ae Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 10 Sep 2022 10:22:46 +0000 Subject: [PATCH] fix repeated words ok ok miod@ ack ack jmc@ --- lib/libcrypto/man/OBJ_NAME_add.3 | 6 +++--- lib/libcrypto/man/X509_VERIFY_PARAM_new.3 | 6 +++--- lib/libcrypto/man/X509_check_trust.3 | 6 +++--- lib/libcrypto/man/i2a_ASN1_STRING.3 | 6 +++--- lib/libssl/man/SSL_set1_param.3 | 6 +++--- share/man/man4/divert.4 | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/lib/libcrypto/man/OBJ_NAME_add.3 b/lib/libcrypto/man/OBJ_NAME_add.3 index 4b1c39676fd..6d57416273b 100644 --- a/lib/libcrypto/man/OBJ_NAME_add.3 +++ b/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/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 b/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 index 3c6b2ce9746..1f1b1e07c29 100644 --- a/lib/libcrypto/man/X509_VERIFY_PARAM_new.3 +++ b/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/lib/libcrypto/man/X509_check_trust.3 b/lib/libcrypto/man/X509_check_trust.3 index 80306e3cd11..286dcdd5b9e 100644 --- a/lib/libcrypto/man/X509_check_trust.3 +++ b/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/lib/libcrypto/man/i2a_ASN1_STRING.3 b/lib/libcrypto/man/i2a_ASN1_STRING.3 index bf6266350ef..5ca4f5d3c22 100644 --- a/lib/libcrypto/man/i2a_ASN1_STRING.3 +++ b/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/lib/libssl/man/SSL_set1_param.3 b/lib/libssl/man/SSL_set1_param.3 index b2e695307dd..cd8ad40ad0b 100644 --- a/lib/libssl/man/SSL_set1_param.3 +++ b/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 diff --git a/share/man/man4/divert.4 b/share/man/man4/divert.4 index 252503a9654..c15772bc635 100644 --- a/share/man/man4/divert.4 +++ b/share/man/man4/divert.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: divert.4,v 1.19 2022/03/31 17:27:20 naddy Exp $ +.\" $OpenBSD: divert.4,v 1.20 2022/09/10 10:22:46 jsg Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto .\" Copyright (c) 2012-2014 Lawrence Teo @@ -15,7 +15,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: March 31 2022 $ +.Dd $Mdocdate: September 10 2022 $ .Dt DIVERT 4 .Os .Sh NAME @@ -75,7 +75,7 @@ Outbound packets provide the unspecified address. When reinjecting, use this address as argument to .Xr sendto 2 . This allows the kernel to guess the original incoming interface and -and process it as an incoming packet. +process it as an incoming packet. If no interface IP address is given, the reinjected packet is treated as an outgoing packet. Since the userspace application could have modified the packets, upon -- 2.20.1