summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EC_GROUP_check.3
diff options
context:
space:
mode:
authorschwarze <>2025-06-13 18:34:00 +0000
committerschwarze <>2025-06-13 18:34:00 +0000
commit733099db79c3c2668c3ba1571684bd82b40ea7b0 (patch)
treeb89fb48431941cd306c4b2f6910aba884d76e554 /src/lib/libcrypto/man/EC_GROUP_check.3
parent88ea7e05d0419eb2d0343eddafbd339aceed1d68 (diff)
downloadopenbsd-733099db79c3c2668c3ba1571684bd82b40ea7b0.tar.gz
openbsd-733099db79c3c2668c3ba1571684bd82b40ea7b0.tar.bz2
openbsd-733099db79c3c2668c3ba1571684bd82b40ea7b0.zip
The mdoc(7) .Ft macro does not need quoting of its arguments, but about
10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
Diffstat (limited to 'src/lib/libcrypto/man/EC_GROUP_check.3')
-rw-r--r--src/lib/libcrypto/man/EC_GROUP_check.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/EC_GROUP_check.3 b/src/lib/libcrypto/man/EC_GROUP_check.3
index 05ff1fcf9f..fb30fe5271 100644
--- a/src/lib/libcrypto/man/EC_GROUP_check.3
+++ b/src/lib/libcrypto/man/EC_GROUP_check.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EC_GROUP_check.3,v 1.4 2025/06/11 23:41:19 tb Exp $ 1.\" $OpenBSD: EC_GROUP_check.3,v 1.5 2025/06/13 18:34:00 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2025 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2025 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: June 11 2025 $ 17.Dd $Mdocdate: June 13 2025 $
18.Dt EC_GROUP_CHECK 3 18.Dt EC_GROUP_CHECK 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -30,12 +30,12 @@ objects
30.Pp 30.Pp
31Deprecated: 31Deprecated:
32.Pp 32.Pp
33.Ft "int" 33.Ft int
34.Fo EC_GROUP_check_discriminant 34.Fo EC_GROUP_check_discriminant
35.Fa "const EC_GROUP *group" 35.Fa "const EC_GROUP *group"
36.Fa "BN_CTX *ctx" 36.Fa "BN_CTX *ctx"
37.Fc 37.Fc
38.Ft "int" 38.Ft int
39.Fo EC_GROUP_check 39.Fo EC_GROUP_check
40.Fa "const EC_GROUP *group" 40.Fa "const EC_GROUP *group"
41.Fa "BN_CTX *ctx" 41.Fa "BN_CTX *ctx"