summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-12-03 22:47:21 +0000
committerjmc <jmc@openbsd.org>2020-12-03 22:47:21 +0000
commit8b2238e1400a92146f97cb2fa2b3ea91cc276f7f (patch)
tree64e2c0045499f911052da284014114470379e5fc
parentcat(1): remove global 'filename' variable (diff)
downloadwireguard-openbsd-8b2238e1400a92146f97cb2fa2b3ea91cc276f7f.tar.xz
wireguard-openbsd-8b2238e1400a92146f97cb2fa2b3ea91cc276f7f.zip
grammar fixes from Varik "The Genuine Article!!!" Valefor;
-rw-r--r--lib/libagentx/agentx.36
-rw-r--r--lib/libc/yp/yp_bind.36
-rw-r--r--lib/libcrypto/man/BIO_ctrl.36
-rw-r--r--lib/libcrypto/man/EVP_EncryptInit.36
-rw-r--r--lib/libelf/elf.34
-rw-r--r--lib/libssl/man/SSL_SESSION_new.36
-rw-r--r--share/man/man3/dlfcn.36
-rw-r--r--usr.bin/lex/flex.16
-rw-r--r--usr.sbin/pppd/pppd.86
9 files changed, 26 insertions, 26 deletions
diff --git a/lib/libagentx/agentx.3 b/lib/libagentx/agentx.3
index f674c86f7cc..ff3f2227593 100644
--- a/lib/libagentx/agentx.3
+++ b/lib/libagentx/agentx.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: agentx.3,v 1.4 2020/10/27 18:24:01 martijn Exp $
+.\" $OpenBSD: agentx.3,v 1.5 2020/12/03 22:47:21 jmc Exp $
.\"
.\" Copyright (c) 2020 Martijn van Duren <martijn@openbsd.org>
.\"
@@ -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 27 2020 $
+.Dd $Mdocdate: December 3 2020 $
.Dt AGENTX 3
.Os
.Sh NAME
@@ -586,7 +586,7 @@ The function type must also match the data type of
Other functions that can retrieve information from the agentx context are:
.Bl -tag -width Ds
.It Fn agentx_context_object_find
-Find a agentx_object created inside agentx_context
+Find an agentx_object created inside agentx_context
.Fa sac
based on
.Fa oid
diff --git a/lib/libc/yp/yp_bind.3 b/lib/libc/yp/yp_bind.3
index 5371b854e58..32a6315ec34 100644
--- a/lib/libc/yp/yp_bind.3
+++ b/lib/libc/yp/yp_bind.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yp_bind.3,v 1.1 2019/08/30 22:41:51 deraadt Exp $
+.\" $OpenBSD: yp_bind.3,v 1.2 2020/12/03 22:47:21 jmc Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 30 2019 $
+.Dd $Mdocdate: December 3 2020 $
.Dt YP_BIND 3
.Os
.Sh NAME
@@ -304,7 +304,7 @@ Returns a pointer to a NUL-terminated error string that does not contain a
or
.Ql \en .
.It Fn ypprot_err
-Converts a YP protocol error code to a error code suitable for
+Converts a YP protocol error code to an error code suitable for
.Fn yperr_string .
.El
.Sh RETURN VALUES
diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3
index 98c78be1344..24265c03187 100644
--- a/lib/libcrypto/man/BIO_ctrl.3
+++ b/lib/libcrypto/man/BIO_ctrl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_ctrl.3,v 1.14 2018/03/27 17:35:50 schwarze Exp $
+.\" $OpenBSD: BIO_ctrl.3,v 1.15 2020/12/03 22:47:21 jmc Exp $
.\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,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: December 3 2020 $
.Dt BIO_CTRL 3
.Os
.Sh NAME
@@ -304,7 +304,7 @@ For example no current filter BIOs implement
but this may still succeed if the chain ends
in a FILE or file descriptor BIO.
.Pp
-Source/sink BIOs return an 0 if they do not recognize the
+Source/sink BIOs return a 0 if they do not recognize the
.Fn BIO_ctrl
operation.
.Sh SEE ALSO
diff --git a/lib/libcrypto/man/EVP_EncryptInit.3 b/lib/libcrypto/man/EVP_EncryptInit.3
index 7f9428d174b..645f7a7cd27 100644
--- a/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: EVP_EncryptInit.3,v 1.39 2020/01/26 08:00:31 jmc Exp $
+.\" $OpenBSD: EVP_EncryptInit.3,v 1.40 2020/12/03 22:47:21 jmc Exp $
.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
.\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod
.\" 7c6d372a Nov 20 13:20:01 2018 +0000
@@ -71,7 +71,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 26 2020 $
+.Dd $Mdocdate: December 3 2020 $
.Dt EVP_ENCRYPTINIT 3
.Os
.Sh NAME
@@ -1197,7 +1197,7 @@ openssl bf -in cipher.bin -K 000102030405060708090A0B0C0D0E0F \e
.Ed
.Pp
General encryption, decryption function example using FILE I/O and AES128
-with an 128-bit key:
+with a 128-bit key:
.Bd -literal
int
do_crypt(FILE *in, FILE *out, int do_encrypt)
diff --git a/lib/libelf/elf.3 b/lib/libelf/elf.3
index 126b7cd7975..c43bc9943b7 100644
--- a/lib/libelf/elf.3
+++ b/lib/libelf/elf.3
@@ -21,7 +21,7 @@
.\" out of the use of this software, even if advised of the possibility of
.\" such damage.
.\"
-.\" $Id: elf.3,v 1.6 2020/11/14 10:35:58 jmc Exp $
+.\" $Id: elf.3,v 1.7 2020/12/03 22:47:22 jmc Exp $
.\"
.Dd June 12, 2019
.Dt ELF 3
@@ -576,7 +576,7 @@ set by function
.Ss Error Handling
In case an error is encountered, these library functions set an
internal error number and signal the presence of the error by
-returning an special return value.
+returning a special return value.
The application can check the
current error number by calling
.Xr elf_errno 3 .
diff --git a/lib/libssl/man/SSL_SESSION_new.3 b/lib/libssl/man/SSL_SESSION_new.3
index 0b35c1145a0..bfc68eb6a67 100644
--- a/lib/libssl/man/SSL_SESSION_new.3
+++ b/lib/libssl/man/SSL_SESSION_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_SESSION_new.3,v 1.7 2019/06/12 09:36:30 schwarze Exp $
+.\" $OpenBSD: SSL_SESSION_new.3,v 1.8 2020/12/03 22:47:22 jmc Exp $
.\"
.\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -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 12 2019 $
+.Dd $Mdocdate: December 3 2020 $
.Dt SSL_SESSION_NEW 3
.Os
.Sh NAME
@@ -26,7 +26,7 @@
.Fn SSL_SESSION_new void
.Sh DESCRIPTION
.Fn SSL_SESSION_new
-allocates and initializes an new
+allocates and initializes a new
.Vt SSL_SESSION
object.
The reference count is set to 1, the time to the current time, and
diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3
index 5e969bf20d2..afdf60ff428 100644
--- a/share/man/man3/dlfcn.3
+++ b/share/man/man3/dlfcn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dlfcn.3,v 1.29 2015/11/10 23:48:17 jmc Exp $
+.\" $OpenBSD: dlfcn.3,v 1.30 2020/12/03 22:47:22 jmc Exp $
.\" $NetBSD: dlfcn.3,v 1.3 1996/01/09 19:43:34 pk Exp $
.\"
.\" Copyright (c) 1995 Paul Kranenburg
@@ -29,7 +29,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 10 2015 $
+.Dd $Mdocdate: December 3 2020 $
.Dt DLOPEN 3
.Os
.Sh NAME
@@ -231,7 +231,7 @@ The pathname of the shared object containing the address
The base address at which the shared object is mapped into the
address space of the calling process.
.It Li "const char *dli_sname"
-The name of the nearest run-time symbol with a address less than or
+The name of the nearest run-time symbol with an address less than or
equal to
.Fa addr .
.Pp
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index 138765cbbf5..b5fd9ca958b 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.43 2015/09/21 10:03:46 jmc Exp $
+.\" $OpenBSD: flex.1,v 1.44 2020/12/03 22:47:22 jmc Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: September 21 2015 $
+.Dd $Mdocdate: December 3 2020 $
.Dt FLEX 1
.Os
.Sh NAME
@@ -4227,7 +4227,7 @@ to expand the input buffer.
This doesn't work with scanners that use
.Em REJECT .
.It "fatal flex scanner internal error--end of buffer missed"
-This can occur in an scanner which is reentered after a long-jump
+This can occur in a scanner which is reentered after a long-jump
has jumped out
.Pq or over
the scanner's activation frame.
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8
index 5fba6f1714d..9d96056f503 100644
--- a/usr.sbin/pppd/pppd.8
+++ b/usr.sbin/pppd/pppd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppd.8,v 1.46 2015/10/28 10:02:59 jmc Exp $
+.\" $OpenBSD: pppd.8,v 1.47 2020/12/03 22:47:22 jmc Exp $
.\" Id: pppd.8,v 1.27 1998/03/31 04:31:08 paulus Exp $
.\"
.\" Copyright (c) 1993-2003 Paul Mackerras <paulus@samba.org>
@@ -15,7 +15,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 28 2015 $
+.Dd $Mdocdate: December 3 2020 $
.Dt PPPD 8
.Os
.Sh NAME
@@ -138,7 +138,7 @@ Usually there is something which needs to be done to prepare the link
before the PPP protocol can be started; for instance, with a dial-up
modem, commands need to be sent to the modem to dial the appropriate
phone number.
-This option specifies an command for
+This option specifies a command for
.Nm
to execute (by passing it to a shell) before attempting to start PPP
negotiation.