diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-01 07:04:39 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-05-01 07:04:39 +0000 |
commit | a06d941bce2997023fb55bce178e032f405cd5ae (patch) | |
tree | 10b86e56813e568b6de19d83e616fdaeb788c7e7 | |
parent | 3eaa53a23600c7f841314d642c6d6648463bfc09 (diff) |
spelling
-rw-r--r-- | lib/libcrypto/man/BIO_s_file.3 | 6 | ||||
-rw-r--r-- | lib/libevent/event_set_log_callback.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libcrypto/man/BIO_s_file.3 b/lib/libcrypto/man/BIO_s_file.3 index ad1e8e64ce7..7b589031237 100644 --- a/lib/libcrypto/man/BIO_s_file.3 +++ b/lib/libcrypto/man/BIO_s_file.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: BIO_s_file.3,v 1.15 2023/04/29 13:06:10 schwarze Exp $ +.\" $OpenBSD: BIO_s_file.3,v 1.16 2023/05/01 07:04:38 jsg Exp $ .\" full merge up to: OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" selective merge up to: OpenSSL 1212818e Sep 11 13:22:14 2018 +0100 .\" @@ -66,7 +66,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 29 2023 $ +.Dd $Mdocdate: May 1 2023 $ .Dt BIO_S_FILE 3 .Os .Sh NAME @@ -79,7 +79,7 @@ .Nm BIO_write_filename , .Nm BIO_append_filename , .Nm BIO_rw_filename -.\" Nm BIO_CTRL_SET_FILENAME is unsused and intentionally undocumented. +.\" Nm BIO_CTRL_SET_FILENAME is unused and intentionally undocumented. .Nd FILE BIO .Sh SYNOPSIS .In openssl/bio.h diff --git a/lib/libevent/event_set_log_callback.3 b/lib/libevent/event_set_log_callback.3 index d4c18180193..8195aca608f 100644 --- a/lib/libevent/event_set_log_callback.3 +++ b/lib/libevent/event_set_log_callback.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: event_set_log_callback.3,v 1.1 2023/04/29 15:38:14 schwarze Exp $ +.\" $OpenBSD: event_set_log_callback.3,v 1.2 2023/05/01 07:04:38 jsg Exp $ .\" Copyright (c) 2023 Ted Bullock <tbullock@comlore.com> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 29 2023 $ +.Dd $Mdocdate: May 1 2023 $ .Dt EVENT_SET_LOG_CALLBACK 3 .Os .Sh NAME @@ -76,7 +76,7 @@ includes logic to identify the severity levels of diagnostic messages. .Bd -literal -offset indent #include <event.h> #include <stdio.h> -#include <stdilib.h> +#include <stdlib.h> void cb(int sev, const char *msg) |