Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): minor grammar fixes in BUGS section



details:   https://anonhg.NetBSD.org/src/rev/cdf001acb0ac
branches:  trunk
changeset: 448961:cdf001acb0ac
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sat Feb 16 07:41:12 2019 +0000

description:
make(1): minor grammar fixes in BUGS section

diffstat:

 usr.bin/make/make.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r e4112a467469 -r cdf001acb0ac usr.bin/make/make.1
--- a/usr.bin/make/make.1       Sat Feb 16 07:00:56 2019 +0000
+++ b/usr.bin/make/make.1       Sat Feb 16 07:41:12 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.273 2018/05/27 01:14:51 christos Exp $
+.\"    $NetBSD: make.1,v 1.274 2019/02/16 07:41:12 gutteridge Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"
-.Dd May 26, 2018
+.Dd February 16, 2019
 .Dt MAKE 1
 .Os
 .Sh NAME
@@ -2403,9 +2403,9 @@
 .Sh BUGS
 The
 .Nm
-syntax is difficult to parse without actually acting of the data.
-For instance finding the end of a variable use should involve scanning each
-the modifiers using the correct terminator for each field.
+syntax is difficult to parse without actually acting on the data.
+For instance, finding the end of a variable's use should involve scanning
+each of the modifiers, using the correct terminator for each field.
 In many places
 .Nm
 just counts {} and () in order to find the end of a variable expansion.



Home | Main Index | Thread Index | Old Index