diff options
| author | schwarze <> | 2025-06-13 18:34:00 +0000 | 
|---|---|---|
| committer | schwarze <> | 2025-06-13 18:34:00 +0000 | 
| commit | 733099db79c3c2668c3ba1571684bd82b40ea7b0 (patch) | |
| tree | b89fb48431941cd306c4b2f6910aba884d76e554 /src/lib/libcrypto/man/RSA_get0_key.3 | |
| parent | 88ea7e05d0419eb2d0343eddafbd339aceed1d68 (diff) | |
| download | openbsd-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/RSA_get0_key.3')
| -rw-r--r-- | src/lib/libcrypto/man/RSA_get0_key.3 | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/src/lib/libcrypto/man/RSA_get0_key.3 b/src/lib/libcrypto/man/RSA_get0_key.3 index 99eb2d3259..cf82b21ce2 100644 --- a/src/lib/libcrypto/man/RSA_get0_key.3 +++ b/src/lib/libcrypto/man/RSA_get0_key.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: RSA_get0_key.3,v 1.9 2025/06/08 22:40:30 schwarze Exp $ | 1 | .\" $OpenBSD: RSA_get0_key.3,v 1.10 2025/06/13 18:34:00 schwarze Exp $ | 
| 2 | .\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800 | 2 | .\" selective merge up to: OpenSSL 665d899f Aug 2 02:19:43 2017 +0800 | 
| 3 | .\" | 3 | .\" | 
| 4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. | 
| @@ -65,7 +65,7 @@ | |||
| 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 
| 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 
| 67 | .\" | 67 | .\" | 
| 68 | .Dd $Mdocdate: June 8 2025 $ | 68 | .Dd $Mdocdate: June 13 2025 $ | 
| 69 | .Dt RSA_GET0_KEY 3 | 69 | .Dt RSA_GET0_KEY 3 | 
| 70 | .Os | 70 | .Os | 
| 71 | .Sh NAME | 71 | .Sh NAME | 
| @@ -97,15 +97,15 @@ | |||
| 97 | .Fa "const BIGNUM **e" | 97 | .Fa "const BIGNUM **e" | 
| 98 | .Fa "const BIGNUM **d" | 98 | .Fa "const BIGNUM **d" | 
| 99 | .Fc | 99 | .Fc | 
| 100 | .Ft "const BIGNUM *" | 100 | .Ft const BIGNUM * | 
| 101 | .Fo RSA_get0_n | 101 | .Fo RSA_get0_n | 
| 102 | .Fa "const RSA *r" | 102 | .Fa "const RSA *r" | 
| 103 | .Fc | 103 | .Fc | 
| 104 | .Ft "const BIGNUM *" | 104 | .Ft const BIGNUM * | 
| 105 | .Fo RSA_get0_e | 105 | .Fo RSA_get0_e | 
| 106 | .Fa "const RSA *r" | 106 | .Fa "const RSA *r" | 
| 107 | .Fc | 107 | .Fc | 
| 108 | .Ft "const BIGNUM *" | 108 | .Ft const BIGNUM * | 
| 109 | .Fo RSA_get0_d | 109 | .Fo RSA_get0_d | 
| 110 | .Fa "const RSA *r" | 110 | .Fa "const RSA *r" | 
| 111 | .Fc | 111 | .Fc | 
| @@ -122,11 +122,11 @@ | |||
| 122 | .Fa "const BIGNUM **p" | 122 | .Fa "const BIGNUM **p" | 
| 123 | .Fa "const BIGNUM **q" | 123 | .Fa "const BIGNUM **q" | 
| 124 | .Fc | 124 | .Fc | 
| 125 | .Ft "const BIGNUM *" | 125 | .Ft const BIGNUM * | 
| 126 | .Fo RSA_get0_p | 126 | .Fo RSA_get0_p | 
| 127 | .Fa "const RSA *r" | 127 | .Fa "const RSA *r" | 
| 128 | .Fc | 128 | .Fc | 
| 129 | .Ft "const BIGNUM *" | 129 | .Ft const BIGNUM * | 
| 130 | .Fo RSA_get0_q | 130 | .Fo RSA_get0_q | 
| 131 | .Fa "const RSA *r" | 131 | .Fa "const RSA *r" | 
| 132 | .Fc | 132 | .Fc | 
| @@ -143,15 +143,15 @@ | |||
| 143 | .Fa "const BIGNUM **dmq1" | 143 | .Fa "const BIGNUM **dmq1" | 
| 144 | .Fa "const BIGNUM **iqmp" | 144 | .Fa "const BIGNUM **iqmp" | 
| 145 | .Fc | 145 | .Fc | 
| 146 | .Ft "const BIGNUM *" | 146 | .Ft const BIGNUM * | 
| 147 | .Fo RSA_get0_dmp1 | 147 | .Fo RSA_get0_dmp1 | 
| 148 | .Fa "const RSA *r" | 148 | .Fa "const RSA *r" | 
| 149 | .Fc | 149 | .Fc | 
| 150 | .Ft "const BIGNUM *" | 150 | .Ft const BIGNUM * | 
| 151 | .Fo RSA_get0_dmq1 | 151 | .Fo RSA_get0_dmq1 | 
| 152 | .Fa "const RSA *r" | 152 | .Fa "const RSA *r" | 
| 153 | .Fc | 153 | .Fc | 
| 154 | .Ft "const BIGNUM *" | 154 | .Ft const BIGNUM * | 
| 155 | .Fo RSA_get0_iqmp | 155 | .Fo RSA_get0_iqmp | 
| 156 | .Fa "const RSA *r" | 156 | .Fa "const RSA *r" | 
| 157 | .Fc | 157 | .Fc | 
