diff options
author | jsg <> | 2022-01-15 23:38:50 +0000 |
---|---|---|
committer | jsg <> | 2022-01-15 23:38:50 +0000 |
commit | 11a0f7c47c759a6a24cb1a97b23160532ee09267 (patch) | |
tree | 0f8b277479ae53256f76b79eff421f7d9e6972f0 /src/lib/libcrypto/man/ENGINE_ctrl.3 | |
parent | 04d3b74c5664606f57f6245c480efc7dfc0abd68 (diff) | |
download | openbsd-11a0f7c47c759a6a24cb1a97b23160532ee09267.tar.gz openbsd-11a0f7c47c759a6a24cb1a97b23160532ee09267.tar.bz2 openbsd-11a0f7c47c759a6a24cb1a97b23160532ee09267.zip |
spelling
ok tb@
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 |