summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2017-04-19 09:32:46 +0000
committerjmc <jmc@openbsd.org>2017-04-19 09:32:46 +0000
commitfc8e5aa80580758eb4b60c6af764ff58c50d4fee (patch)
tree7242c8a1eea3c1cd8d33c7bbd031a57c57e3fd6e
parentWhen the data we have buffered to write to a terminal grows beyond a (diff)
downloadwireguard-openbsd-fc8e5aa80580758eb4b60c6af764ff58c50d4fee.tar.xz
wireguard-openbsd-fc8e5aa80580758eb4b60c6af764ff58c50d4fee.zip
spelling fixes from michael w. bombardieri
-rw-r--r--usr.bin/make/make.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index d74a49c0c93..b6981dc6913 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: make.1,v 1.124 2017/01/01 01:08:11 tb Exp $
+.\" $OpenBSD: make.1,v 1.125 2017/04/19 09:32:46 jmc Exp $
.\" $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
.\"
-.Dd $Mdocdate: January 1 2017 $
+.Dd $Mdocdate: April 19 2017 $
.Dt MAKE 1
.Os
.Sh NAME
@@ -209,7 +209,7 @@ is defined,
will wait between 0 and ${RANDOM_DELAY} seconds before starting a command.
A given random seed can be forced by setting
.Va RANDOM_SEED ,
-but this does not guarantee reproductibility.
+but this does not guarantee reproducibility.
.It Ar q
.Sq quick death
option: after a fatal error, instead of waiting for other jobs to die,
@@ -1342,7 +1342,7 @@ recognizes standard special targets:
.It Ic .DEFAULT
If there is a
.Ic .DEFAULT
-target rule, with commands but no prequisites, and
+target rule, with commands but no prerequisites, and
.Nm
can't figure out another way to build a target, it will use that
list of commands, setting