Subject: bin/17987: make(1) misses some dots at end of sentences.
To: None <gnats-bugs@gnats.netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: netbsd-bugs
Date: 08/19/2002 13:11:13
>Number:         17987
>Category:       bin
>Synopsis:       make(1) misses some dots at end of sentences.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bin-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 19 04:09:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Julio Merino
>Release:        NetBSD 1.6E
>Organization:
HispaBSD
>Environment:
	
	
System: NetBSD darkstar.local 1.6E NetBSD 1.6E (DARKSTAR) #6: Fri Aug 2 12:30:47 CEST 2002 jmmv@darkstar.local:/var/stage/kernel/DARKSTAR i386
Architecture: i386
Machine: i386
>Description:
	The make(1) manpage has some sentences that do not have the end
	dot. This patch fixes those sentences by adding the missing dot.

>How-To-Repeat:
	

>Fix:

Index: make.1
===================================================================
RCS file: /pub/NetBSD-CVS/basesrc/usr.bin/make/make.1,v
retrieving revision 1.63
diff -u -r1.63 make.1
--- make.1	2002/03/19 22:17:30	1.63
+++ make.1	2002/08/19 11:04:47
@@ -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 ;
>Release-Note:
>Audit-Trail:
>Unformatted: