diff options
Diffstat (limited to 'src/lib/libcrypto/man/ENGINE_ctrl.3')
-rw-r--r-- | src/lib/libcrypto/man/ENGINE_ctrl.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/ENGINE_ctrl.3 b/src/lib/libcrypto/man/ENGINE_ctrl.3 index c02e9b5a94..b4965a5a03 100644 --- a/src/lib/libcrypto/man/ENGINE_ctrl.3 +++ b/src/lib/libcrypto/man/ENGINE_ctrl.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ENGINE_ctrl.3,v 1.4 2018/04/19 18:43:58 schwarze Exp $ | 1 | .\" $OpenBSD: ENGINE_ctrl.3,v 1.5 2022/01/15 23:38:50 jsg Exp $ |
2 | .\" content checked up to: | 2 | .\" content checked up to: |
3 | .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 | 3 | .\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800 |
4 | .\" | 4 | .\" |
@@ -16,7 +16,7 @@ | |||
16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 16 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 17 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
18 | .\" | 18 | .\" |
19 | .Dd $Mdocdate: April 19 2018 $ | 19 | .Dd $Mdocdate: January 15 2022 $ |
20 | .Dt ENGINE_CTRL 3 | 20 | .Dt ENGINE_CTRL 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -142,7 +142,7 @@ Copy the description of the user-defined command with the number | |||
142 | into the buffer | 142 | into the buffer |
143 | .Fa p | 143 | .Fa p |
144 | and NUL-terminate it. | 144 | and NUL-terminate it. |
145 | It is the reponsability of the caller to make sure that the buffer | 145 | It is the responsibility of the caller to make sure that the buffer |
146 | .Fa p | 146 | .Fa p |
147 | is large enough, either by calling | 147 | is large enough, either by calling |
148 | .Dv ENGINE_CTRL_GET_DESC_LEN_FROM_CMD | 148 | .Dv ENGINE_CTRL_GET_DESC_LEN_FROM_CMD |
@@ -178,7 +178,7 @@ Copy the name of the user-defined command with the number | |||
178 | into the buffer | 178 | into the buffer |
179 | .Fa p | 179 | .Fa p |
180 | and NUL-terminate it. | 180 | and NUL-terminate it. |
181 | It is the reponsability of the caller to make sure that the buffer | 181 | It is the responsibility of the caller to make sure that the buffer |
182 | .Fa p | 182 | .Fa p |
183 | is large enough, either by calling | 183 | is large enough, either by calling |
184 | .Dv ENGINE_CTRL_GET_NAME_LEN_FROM_CMD | 184 | .Dv ENGINE_CTRL_GET_NAME_LEN_FROM_CMD |