From fc8e5aa80580758eb4b60c6af764ff58c50d4fee Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 19 Apr 2017 09:32:46 +0000 Subject: [PATCH] spelling fixes from michael w. bombardieri --- usr.bin/make/make.1 | 8 ++++---- 1 file 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 -- 2.20.1