From: jsg Date: Fri, 12 Mar 2021 05:18:00 +0000 (+0000) Subject: spelling X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c5d247d8353972b1639809968f5f27ecafddc13c;p=openbsd spelling --- diff --git a/lib/libagentx/agentx.3 b/lib/libagentx/agentx.3 index 7d760a50552..e587eb7dd80 100644 --- a/lib/libagentx/agentx.3 +++ b/lib/libagentx/agentx.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: February 2 2021 $ +.Dd $Mdocdate: March 12 2021 $ .Dt AGENTX 3 .Os .Sh NAME @@ -399,7 +399,7 @@ combination identifies the subagent and will be visible through the 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 diff --git a/lib/libcrypto/man/ASN1_item_d2i.3 b/lib/libcrypto/man/ASN1_item_d2i.3 index 705deedd554..429bbd8c595 100644 --- a/lib/libcrypto/man/ASN1_item_d2i.3 +++ b/lib/libcrypto/man/ASN1_item_d2i.3 @@ -1,4 +1,4 @@ -.\" $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. @@ -65,7 +65,7 @@ .\" 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 @@ -154,7 +154,7 @@ is a serialized encoding, suitable for transfer over the network 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 @@ -225,7 +225,7 @@ and increments it to point after the data just written. 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 diff --git a/lib/libcrypto/man/BN_set_flags.3 b/lib/libcrypto/man/BN_set_flags.3 index 9b1647cd312..8b2c4044521 100644 --- a/lib/libcrypto/man/BN_set_flags.3 +++ b/lib/libcrypto/man/BN_set_flags.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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 2018 $ +.Dd $Mdocdate: March 12 2021 $ .Dt BN_SET_FLAGS 3 .Os .Sh NAME @@ -103,7 +103,7 @@ and by the functions documented in .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 , diff --git a/lib/libcrypto/man/ECDH_compute_key.3 b/lib/libcrypto/man/ECDH_compute_key.3 index 973ce4289ca..ba67098cd09 100644 --- a/lib/libcrypto/man/ECDH_compute_key.3 +++ b/lib/libcrypto/man/ECDH_compute_key.3 @@ -1,4 +1,4 @@ -.\" $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 .\" .\" 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: August 19 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt ECDH_COMPUTE_KEY 3 .Os .Sh NAME @@ -63,7 +63,7 @@ must be at least 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 diff --git a/lib/libcrypto/man/ENGINE_new.3 b/lib/libcrypto/man/ENGINE_new.3 index ce7409035be..eaab08d1f91 100644 --- a/lib/libcrypto/man/ENGINE_new.3 +++ b/lib/libcrypto/man/ENGINE_new.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -16,7 +16,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: June 10 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt ENGINE_NEW 3 .Os .Sh NAME @@ -89,7 +89,7 @@ and the 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. diff --git a/lib/libcrypto/man/OPENSSL_sk_new.3 b/lib/libcrypto/man/OPENSSL_sk_new.3 index 112671f1fea..5df45534f77 100644 --- a/lib/libcrypto/man/OPENSSL_sk_new.3 +++ b/lib/libcrypto/man/OPENSSL_sk_new.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: June 6 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OPENSSL_SK_NEW 3 .Os .Sh NAME @@ -276,7 +276,7 @@ Calling .Fn sk_new_null or .Fn sk_new , -successfuly calling +successfully calling .Fn sk_push , .Fn sk_unshift , .Fn sk_insert , diff --git a/lib/libcrypto/man/PEM_X509_INFO_read.3 b/lib/libcrypto/man/PEM_X509_INFO_read.3 index 72658e2b610..4a9dc97148a 100644 --- a/lib/libcrypto/man/PEM_X509_INFO_read.3 +++ b/lib/libcrypto/man/PEM_X509_INFO_read.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: July 23 2020 $ +.Dd $Mdocdate: March 12 2021 $ .Dt PEM_X509_INFO_READ 3 .Os .Sh NAME @@ -39,7 +39,7 @@ .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 , diff --git a/lib/libcrypto/man/PEM_read.3 b/lib/libcrypto/man/PEM_read.3 index bbe2b77bd75..df1c84ee172 100644 --- a/lib/libcrypto/man/PEM_read.3 +++ b/lib/libcrypto/man/PEM_read.3 @@ -1,4 +1,4 @@ -.\" $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. @@ -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: July 23 2020 $ +.Dd $Mdocdate: March 12 2021 $ .Dt PEM_READ 3 .Os .Sh NAME @@ -262,7 +262,7 @@ to .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 diff --git a/lib/libcrypto/man/RSA_check_key.3 b/lib/libcrypto/man/RSA_check_key.3 index c1e9c315c26..96b1468433f 100644 --- a/lib/libcrypto/man/RSA_check_key.3 +++ b/lib/libcrypto/man/RSA_check_key.3 @@ -1,4 +1,4 @@ -.\" $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 and @@ -49,7 +49,7 @@ .\" 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 @@ -69,7 +69,7 @@ and .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 diff --git a/lib/libcrypto/man/X509_ALGOR_dup.3 b/lib/libcrypto/man/X509_ALGOR_dup.3 index 85d690513d3..99c65b00f38 100644 --- a/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/lib/libcrypto/man/X509_ALGOR_dup.3 @@ -1,4 +1,4 @@ -.\" $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. @@ -65,7 +65,7 @@ .\" 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 @@ -222,7 +222,7 @@ appeared in SSLeay 0.4 or earlier and have been available since .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 diff --git a/lib/libcrypto/man/X509_STORE_load_locations.3 b/lib/libcrypto/man/X509_STORE_load_locations.3 index ad64bd0316e..bc2a3e2de85 100644 --- a/lib/libcrypto/man/X509_STORE_load_locations.3 +++ b/lib/libcrypto/man/X509_STORE_load_locations.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -16,7 +16,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: March 30 2018 $ +.Dd $Mdocdate: March 12 2021 $ .Dt X509_STORE_LOAD_LOCATIONS 3 .Os .Sh NAME @@ -46,7 +46,7 @@ contained in the colon-separated list .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 diff --git a/lib/libcrypto/man/d2i_OCSP_REQUEST.3 b/lib/libcrypto/man/d2i_OCSP_REQUEST.3 index cc07bd7d616..07a990556dc 100644 --- a/lib/libcrypto/man/d2i_OCSP_REQUEST.3 +++ b/lib/libcrypto/man/d2i_OCSP_REQUEST.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: March 22 2018 $ +.Dd $Mdocdate: March 12 2021 $ .Dt D2I_OCSP_REQUEST 3 .Os .Sh NAME @@ -100,7 +100,7 @@ .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 . diff --git a/lib/libcrypto/man/d2i_OCSP_RESPONSE.3 b/lib/libcrypto/man/d2i_OCSP_RESPONSE.3 index 140234823fc..716e85dc6e3 100644 --- a/lib/libcrypto/man/d2i_OCSP_RESPONSE.3 +++ b/lib/libcrypto/man/d2i_OCSP_RESPONSE.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: June 6 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt D2I_OCSP_RESPONSE 3 .Os .Sh NAME @@ -139,7 +139,7 @@ .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 . diff --git a/lib/libfuse/fuse_new.3 b/lib/libfuse/fuse_new.3 index c7e593ccb23..c36815c7d68 100644 --- a/lib/libfuse/fuse_new.3 +++ b/lib/libfuse/fuse_new.3 @@ -1,4 +1,4 @@ -.\" $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 .\" Copyright (c) 2018 Helg Bredow @@ -15,12 +15,12 @@ .\" 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 * diff --git a/lib/libutil/ober_oid_cmp.3 b/lib/libutil/ober_oid_cmp.3 index 391fbbcf462..daad424b5cd 100644 --- a/lib/libutil/ober_oid_cmp.3 +++ b/lib/libutil/ober_oid_cmp.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: December 31 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OBER_OID_CMP 3 .Os .Sh NAME @@ -60,7 +60,7 @@ may be used to compare two 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. diff --git a/lib/libutil/ober_read_elements.3 b/lib/libutil/ober_read_elements.3 index 244e6d07a19..759b6e50d96 100644 --- a/lib/libutil/ober_read_elements.3 +++ b/lib/libutil/ober_read_elements.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: September 4 2020 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OBER_READ_ELEMENTS 3 .Os .Sh NAME @@ -112,7 +112,7 @@ or 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 diff --git a/lib/libutil/ober_set_header.3 b/lib/libutil/ober_set_header.3 index 401cc71ec09..b1f4fab5d34 100644 --- a/lib/libutil/ober_set_header.3 +++ b/lib/libutil/ober_set_header.3 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: October 24 2019 $ +.Dd $Mdocdate: March 12 2021 $ .Dt OBER_SET_HEADER 3 .Os .Sh NAME @@ -98,7 +98,7 @@ replaces .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 diff --git a/usr.bin/dig/dig.1 b/usr.bin/dig/dig.1 index 92c71b27376..0931e927362 100644 --- a/usr.bin/dig/dig.1 +++ b/usr.bin/dig/dig.1 @@ -1,4 +1,4 @@ -.\" $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") .\" @@ -14,7 +14,7 @@ .\" 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 @@ -155,7 +155,7 @@ valid choices are 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. diff --git a/usr.bin/snmp/snmp.1 b/usr.bin/snmp/snmp.1 index db0214060bc..701b8441552 100644 --- a/usr.bin/snmp/snmp.1 +++ b/usr.bin/snmp/snmp.1 @@ -1,4 +1,4 @@ -.\" $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 .\" @@ -14,7 +14,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: September 14 2020 $ +.Dd $Mdocdate: March 12 2021 $ .Dt SNMP 1 .Os .Sh NAME @@ -170,7 +170,7 @@ If no size suffix is shown the sizes are in kilobytes. 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 diff --git a/usr.bin/ssh/ssh_config.5 b/usr.bin/ssh/ssh_config.5 index 9f6d014c651..62dafc9ee2c 100644 --- a/usr.bin/ssh/ssh_config.5 +++ b/usr.bin/ssh/ssh_config.5 @@ -33,8 +33,8 @@ .\" (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 @@ -1978,7 +1978,7 @@ The local user ID. .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. diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1 index af737c1826d..68cf01ace6f 100644 --- a/usr.bin/top/top.1 +++ b/usr.bin/top/top.1 @@ -1,4 +1,4 @@ -.\" $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. .\" @@ -23,7 +23,7 @@ .\" 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 @@ -187,7 +187,7 @@ Display only processes associated with the specified routing table 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. @@ -390,7 +390,7 @@ Display only processes associated with the specified routing table 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