Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make End some sentences with a dot. bin/17987 by Jul...



details:   https://anonhg.NetBSD.org/src/rev/d2b9c235c6dd
branches:  trunk
changeset: 535451:d2b9c235c6dd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 19 11:14:23 2002 +0000

description:
End some sentences with a dot. bin/17987 by Julio Merino.

diffstat:

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

diffs (45 lines):

diff -r 90b836f380e1 -r d2b9c235c6dd usr.bin/make/make.1
--- a/usr.bin/make/make.1       Mon Aug 19 11:01:11 2002 +0000
+++ b/usr.bin/make/make.1       Mon Aug 19 11:14:23 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.63 2002/03/19 22:17:30 lukem Exp $
+.\"    $NetBSD: make.1,v 1.64 2002/08/19 11:14:23 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -194,7 +194,7 @@
 .It Fl n
 Display the commands that would have been executed, but do not
 actually execute them unless the target depends on the .MAKE special
-source (see below)
+source (see below).
 .It Fl N
 Display the commands which would have been executed, but do not
 actually execute any of them; useful for debugging top-level makefiles
@@ -461,7 +461,7 @@
 .It Va .MAKE
 The name that
 .Nm
-was executed with
+was executed with.
 .It Ev MAKEFLAGS
 The environment variable
 .Ql Ev MAKEFLAGS
@@ -696,7 +696,7 @@
 is the substring of
 .Ar old_string
 to be replaced in
-.Ar new_string
+.Ar new_string .
 .It Cm @ Ar temp Cm @ Xo
 .No Ar string Cm @
 .Xc
@@ -905,7 +905,7 @@
 may be any one of the following:
 .Bl -tag -width "Cm XX"
 .It Cm \&|\&|
-logical OR
+Logical OR.
 .It Cm \&\*[Am]\*[Am]
 Logical
 .Tn AND ;



Home | Main Index | Thread Index | Old Index