From: jsg Date: Mon, 1 May 2023 07:04:38 +0000 (+0000) Subject: spelling X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7267dfddf4ee7578f6a46a72f5869415c3c1eacc;p=openbsd spelling --- 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 .\" .\" 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 #include -#include +#include void cb(int sev, const char *msg)