summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2022-09-10 10:22:46 +0000
committerjsg <>2022-09-10 10:22:46 +0000
commit045f36e934df08b59b6d3d473aef84c0d87f8d27 (patch)
tree76f62c4f9bd98e909f213a59c9edd3bc44f113cb
parent80160453af8f56ab16afdda289fc3a50e92a2f38 (diff)
downloadopenbsd-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.36
-rw-r--r--src/lib/libcrypto/man/X509_VERIFY_PARAM_new.36
-rw-r--r--src/lib/libcrypto/man/X509_check_trust.36
-rw-r--r--src/lib/libcrypto/man/i2a_ASN1_STRING.36
-rw-r--r--src/lib/libssl/man/SSL_set1_param.36
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
144removes the key-value pair or alias with the key 144removes the key-value pair or alias with the key
145.Pq Fa name , type 145.Pq Fa name , type
146from the array, it it exists. 146from the array, if it exists.
147Otherwise, it has no effect. 147Otherwise, it has no effect.
148If the bit 148If 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
143object is not inspected before overwriting it 143object is not inspected before overwriting it
144.It 144.It
145the acceptable policy set set with 145the acceptable policy set with
146.Xr X509_VERIFY_PARAM_set1_policies 3 146.Xr X509_VERIFY_PARAM_set1_policies 3
147.It 147.It
148the maximum verification depth set with 148the 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
194argument of 194argument of
195.Fn X509_check_trust 195.Fn X509_check_trust
196is invalid. 196is invalid.
197The compatibility step is not used used in this case. 197The compatibility step is not used in this case.
198.Pp 198.Pp
199If the return value of the first call to 199If 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.
121Every pair of input digits is converted into one output byte. 121Every pair of input digits is converted into one output byte.
122.Pp 122.Pp
123On every input line, the trailing newline character and an optional 123On every input line, the trailing newline character and an optional
124carrier return character character preceding it are ignored. 124carrier return character preceding it are ignored.
125The trailing newline need not be present on the last line. 125The trailing newline need not be present on the last line.
126If there is a backslash character before the newline character, 126If there is a backslash character before the newline character,
127parsing is continued on the next input line. 127parsing 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 ,
89respectively. 89respectively.
90The returned pointer must not be freed by the calling application, 90The returned pointer must not be freed by the calling application,
91but the application can modify the parameters pointed to 91but the application can modify the parameters pointed to,
92to suit its needs: for example to add a hostname check. 92to 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