From 51dc9a9405c0afeed4f83976524c23f1349d3cd8 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 24 Feb 1998 18:34:31 +0000 Subject: [PATCH] Fix typos from PR 5055 by NAKAJIMA Yoshihiro . --- usr.bin/make/make.1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index 4651791ce070..7442aeb1d61d 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: make.1,v 1.25 1997/10/19 05:05:24 lukem Exp $ +.\" $NetBSD: make.1,v 1.26 1998/02/24 18:34:31 hubertf Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -712,7 +712,7 @@ logical OR Logical .Tn AND ; of higher precedence than -.Dq . +.Dq \&|\&| . .El .Pp As in C, @@ -985,6 +985,7 @@ If no sources are specified, any previous specified suffices are deleted. .Nm utilizes the following environment variables, if they exist: .Ev MACHINE , +.Ev MACHINE_ARCH , .Ev MAKE , .Ev MAKEFLAGS , .Ev MAKEOBJDIR ,