-.\" $OpenBSD: agentx.3,v 1.6 2021/02/02 07:33:29 jmc Exp $
+.\" $OpenBSD: agentx.3,v 1.7 2021/03/12 05:18:00 jsg Exp $
.\"
.\" Copyright (c) 2020 Martijn van Duren <martijn@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 2 2021 $
+.Dd $Mdocdate: March 12 2021 $
.Dt AGENTX 3
.Os
.Sh NAME
agentxSessionObjectID object on the agentx master.
The
.Fa descr
-is a short displaystring description of the agent and will be visiable through
+is a short displaystring description of the agent and will be visible through
the agentxSessionDescr object on the agentx master.
.Pp
The
-.\" $OpenBSD: ASN1_item_d2i.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $
+.\" $OpenBSD: ASN1_item_d2i.3,v 1.9 2021/03/12 05:18:00 jsg Exp $
.\" OpenSSL doc/man3/d2i_X509.pod b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file is a derived work.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 27 2018 $
+.Dd $Mdocdate: March 12 2021 $
.Dt ASN1_ITEM_D2I 3
.Os
.Sh NAME
and for storage in a file.
.Pp
.Fn ASN1_item_d2i
-interpretes
+interprets
.Pf * Fa der_in
as a DER- or BER-encoded byte array and decodes one value of type
.Fa it
In this case, it is the responsibility of the user to make sure
that the buffer pointed to by
.Pf * Fa der_out
-is long enough, such that no buffer owerflow can occur.
+is long enough, such that no buffer overflow can occur.
.Pp
If
.Pf * Fa der_out
-.\" $OpenBSD: BN_set_flags.3,v 1.3 2018/04/29 15:58:21 schwarze Exp $
+.\" $OpenBSD: BN_set_flags.3,v 1.4 2021/03/12 05:18:00 jsg Exp $
.\"
.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" 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 2018 $
+.Dd $Mdocdate: March 12 2021 $
.Dt BN_SET_FLAGS 3
.Os
.Sh NAME
.El
.Pp
.Fn BN_get_flags
-interpretes
+interprets
.Fa flags
as a bitmask and returns those of the given flags that are set in
.Fa b ,
-.\" $OpenBSD: ECDH_compute_key.3,v 1.1 2019/08/19 13:08:26 schwarze Exp $
+.\" $OpenBSD: ECDH_compute_key.3,v 1.2 2021/03/12 05:18:00 jsg Exp $
.\" Copyright (c) 2019 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 19 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt ECDH_COMPUTE_KEY 3
.Os
.Sh NAME
returns the number of bytes needed to store an affine coordinate of a
point on the elliptic curve used by
.Fa ecdh ,
-which is one eigth of the degree of the finite field underlying
+which is one eighth of the degree of the finite field underlying
that elliptic curve, rounded up to the next integer number.
.Sh RETURN VALUES
.Fn ECDH_compute_key
-.\" $OpenBSD: ENGINE_new.3,v 1.4 2019/06/10 09:49:48 schwarze Exp $
+.\" $OpenBSD: ENGINE_new.3,v 1.5 2021/03/12 05:18:00 jsg Exp $
.\" content checked up to:
.\" OpenSSL ENGINE_add 1f13ad31 Dec 25 17:50:39 2017 +0800
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 10 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt ENGINE_NEW 3
.Os
.Sh NAME
and
.Xr ENGINE_set_default 3
families of functions
-do so when they store a structural refence internally.
+do so when they store a structural reference internally.
.Pp
.Fn ENGINE_up_ref
explicitly increment the structural reference count by 1.
-.\" $OpenBSD: OPENSSL_sk_new.3,v 1.11 2019/06/06 01:06:58 schwarze Exp $
+.\" $OpenBSD: OPENSSL_sk_new.3,v 1.12 2021/03/12 05:18:00 jsg Exp $
.\"
.\" Copyright (c) 2018 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 6 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt OPENSSL_SK_NEW 3
.Os
.Sh NAME
.Fn sk_new_null
or
.Fn sk_new ,
-successfuly calling
+successfully calling
.Fn sk_push ,
.Fn sk_unshift ,
.Fn sk_insert ,
-.\" $OpenBSD: PEM_X509_INFO_read.3,v 1.1 2020/07/23 17:34:53 schwarze Exp $
+.\" $OpenBSD: PEM_X509_INFO_read.3,v 1.2 2021/03/12 05:18:00 jsg Exp $
.\"
.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 23 2020 $
+.Dd $Mdocdate: March 12 2021 $
.Dt PEM_X509_INFO_READ 3
.Os
.Sh NAME
.Fc
.Sh DESCRIPTION
These functions read zero or more objects
-releated to X.509 certificates from
+related to X.509 certificates from
.Fa in_fp
or
.Fa in_bp ,
-.\" $OpenBSD: PEM_read.3,v 1.12 2020/07/23 17:34:53 schwarze Exp $
+.\" $OpenBSD: PEM_read.3,v 1.13 2021/03/12 05:18:00 jsg Exp $
.\" full merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
.\"
.\" This file is a derived work.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 23 2020 $
+.Dd $Mdocdate: March 12 2021 $
.Dt PEM_READ 3
.Os
.Sh NAME
.Fn PEM_get_EVP_CIPHER_INFO .
If that structure indicates the absence of encryption,
.Fn PEM_do_header
-returns sucessfully without taking any action.
+returns successfully without taking any action.
The
.Fa data
and
-.\" $OpenBSD: RSA_check_key.3,v 1.7 2019/06/10 14:58:48 schwarze Exp $
+.\" $OpenBSD: RSA_check_key.3,v 1.8 2021/03/12 05:18:00 jsg Exp $
.\" OpenSSL 6859cf74 Sep 25 13:33:28 2002 +0000
.\"
.\" This file was written by Ulf Moeller <ulf@openssl.org> and
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 10 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt RSA_CHECK_KEY 3
.Os
.Sh NAME
.Fa rsa->q
are in fact prime, and that
.Fa rsa->n
-satifies n = p*q.
+satisfies n = p*q.
.Pp
It also checks that
.Fa rsa->d
-.\" $OpenBSD: X509_ALGOR_dup.3,v 1.14 2019/06/06 01:06:59 schwarze Exp $
+.\" $OpenBSD: X509_ALGOR_dup.3,v 1.15 2021/03/12 05:18:00 jsg Exp $
.\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400
.\"
.\" This file is a derived work.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 6 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt X509_ALGOR_DUP 3
.Os
.Sh NAME
.Ox 2.4 .
.Pp
.Fn X509_ALGOR_dup
-first appeared in SSLeay 0.9.1 and has been avialable since
+first appeared in SSLeay 0.9.1 and has been available since
.Ox 2.6 .
.Pp
.Fn X509_ALGOR_set0
-.\" $OpenBSD: X509_STORE_load_locations.3,v 1.6 2018/03/30 00:44:24 schwarze Exp $
+.\" $OpenBSD: X509_STORE_load_locations.3,v 1.7 2021/03/12 05:18:00 jsg Exp $
.\" full merge up to:
.\" OpenSSL X509_STORE_add_cert b0edda11 Mar 20 13:00:17 2018 +0000
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 30 2018 $
+.Dd $Mdocdate: March 12 2021 $
.Dt X509_STORE_LOAD_LOCATIONS 3
.Os
.Sh NAME
.Fa dirs
for looking up certificates, in addition to files and directories
that are already configured.
-The certificates in the directores must be in hashed form, as documented in
+The certificates in the directories must be in hashed form, as documented in
.Xr X509_LOOKUP_hash_dir 3 .
Directories already in use are not added again.
If
-.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.2 2018/03/22 21:08:22 schwarze Exp $
+.\" $OpenBSD: d2i_OCSP_REQUEST.3,v 1.3 2021/03/12 05:18:00 jsg Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 22 2018 $
+.Dd $Mdocdate: March 12 2021 $
.Dt D2I_OCSP_REQUEST 3
.Os
.Sh NAME
.Fa "unsigned char **der_out"
.Fc
.Sh DESCRIPTION
-Theses functions decode and encode ASN.1 structures used for OCSP
+These functions decode and encode ASN.1 structures used for OCSP
requests.
For details about the semantics, examples, caveats, and bugs, see
.Xr ASN1_item_d2i 3 .
-.\" $OpenBSD: d2i_OCSP_RESPONSE.3,v 1.3 2019/06/06 01:06:59 schwarze Exp $
+.\" $OpenBSD: d2i_OCSP_RESPONSE.3,v 1.4 2021/03/12 05:18:00 jsg Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 6 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt D2I_OCSP_RESPONSE 3
.Os
.Sh NAME
.Fa "unsigned char **der_out"
.Fc
.Sh DESCRIPTION
-Theses functions decode and encode ASN.1 structures used for OCSP
+These functions decode and encode ASN.1 structures used for OCSP
responses.
For details about the semantics, examples, caveats, and bugs, see
.Xr ASN1_item_d2i 3 .
-.\" $OpenBSD: fuse_new.3,v 1.5 2018/08/04 00:08:53 helg Exp $
+.\" $OpenBSD: fuse_new.3,v 1.6 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (c) 2013 Sylvestre Gallon <ccna.syl@gmail.com>
.\" Copyright (c) 2018 Helg Bredow <helg@openbsd.org>
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 4 2018 $
+.Dd $Mdocdate: March 12 2021 $
.Dt FUSE_NEW 3
.Os
.Sh NAME
.Nm fuse_new
-.Nd FUSE implementation routine to intialise the FUSE connection
+.Nd FUSE implementation routine to initialise the FUSE connection
.Sh SYNOPSIS
.In fuse.h
.Ft struct fuse *
-.\" $OpenBSD: ober_oid_cmp.3,v 1.2 2019/12/31 10:34:14 martijn Exp $
+.\" $OpenBSD: ober_oid_cmp.3,v 1.3 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 31 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt OBER_OID_CMP 3
.Os
.Sh NAME
structures.
.Sh RETURN VALUES
.Fn ober_oid2ber
-returns the number of bytes written or 0 on faliure.
+returns the number of bytes written or 0 on failure
.Pp
.Fn ober_string2oid
returns 0 on success or -1 on failure.
-.\" $OpenBSD: ober_read_elements.3,v 1.2 2020/09/04 06:17:57 martijn Exp $
+.\" $OpenBSD: ober_read_elements.3,v 1.3 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 4 2020 $
+.Dd $Mdocdate: March 12 2021 $
.Dt OBER_READ_ELEMENTS 3
.Os
.Sh NAME
may then be called to parse, validate, and store the
.Fa ber
data stream into its
-consituent
+constituent
.Vt ber_element
parts for subsequent processing.
The calling application must have explicit knowledge of the expected data
-.\" $OpenBSD: ober_set_header.3,v 1.1 2019/10/24 12:39:26 tb Exp $
+.\" $OpenBSD: ober_set_header.3,v 1.2 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (c) 2007, 2012 Reyk Floeter <reyk@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 24 2019 $
+.Dd $Mdocdate: March 12 2021 $
.Dt OBER_SET_HEADER 3
.Os
.Sh NAME
.Fa prev
with
.Fa new
-and frees any dynamically allocated storage assocated with
+and frees any dynamically allocated storage associated with
.Fa prev .
.Pp
.Fn ober_unlink_elements
-.\" $OpenBSD: dig.1,v 1.4 2020/02/21 10:51:28 florian Exp $
+.\" $OpenBSD: dig.1,v 1.5 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (C) 2000-2011, 2013-2018 Internet Systems Consortium, Inc. ("ISC")
.\"
.\" OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 21 2020 $
+.Dd $Mdocdate: March 12 2021 $
.Dt DIG 1
.Os
.Sh NAME
and
.Cm hmac-sha512 .
.It Fl p Ar port
-Send the query to a non-standard port on the server, instead of the defaut port
+Send the query to a non-standard port on the server, instead of the default port
53.
This option would be used to test a name server that has been configured to
listen for queries on a non-standard port number.
-.\" $OpenBSD: snmp.1,v 1.15 2020/09/14 15:12:27 martijn Exp $
+.\" $OpenBSD: snmp.1,v 1.16 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 14 2020 $
+.Dd $Mdocdate: March 12 2021 $
.Dt SNMP 1
.Os
.Sh NAME
Dump the tree of compiled-in MIB objects.
If
.Ar oid
-is specified it wil print the objects in the requested output format if
+is specified it will print the objects in the requested output format if
available, or print a warning if the object can't be found.
.El
.Pp
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ssh_config.5,v 1.349 2021/02/28 22:56:30 dtucker Exp $
-.Dd $Mdocdate: February 28 2021 $
+.\" $OpenBSD: ssh_config.5,v 1.350 2021/03/12 05:18:01 jsg Exp $
+.Dd $Mdocdate: March 12 2021 $
.Dt SSH_CONFIG 5
.Os
.Sh NAME
.It %K
The base64 encoded host key.
.It %k
-The host key alias if specified, otherwise the orignal remote hostname given
+The host key alias if specified, otherwise the original remote hostname given
on the command line.
.It %L
The local hostname.
-.\" $OpenBSD: top.1,v 1.78 2021/02/19 19:59:36 lum Exp $
+.\" $OpenBSD: top.1,v 1.79 2021/03/12 05:18:01 jsg Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 19 2021 $
+.Dd $Mdocdate: March 12 2021 $
.Dt TOP 1
.Os
.Sh NAME
shows processes associated with all routing tables.
The
.Sq -
-prefix hides proccesses associated with a single routing table.
+prefix hides processes associated with a single routing table.
.It Fl t
Display routing tables.
By default, routing tables are not shown.
shows processes associated with all routing tables.
The
.Sq -
-prefix hides proccesses associated with a single routing table.
+prefix hides processes associated with a single routing table.
.It t
Toggle the display of routing tables.
.It u Oo - Oc Ns Ar user