spelling
authorjsg <jsg@openbsd.org>
Mon, 1 May 2023 07:04:38 +0000 (07:04 +0000)
committerjsg <jsg@openbsd.org>
Mon, 1 May 2023 07:04:38 +0000 (07:04 +0000)
lib/libcrypto/man/BIO_s_file.3
lib/libevent/event_set_log_callback.3

index ad1e8e6..7b58903 100644 (file)
@@ -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
index d4c1818..8195aca 100644 (file)
@@ -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)