bug-make
[Top][All Lists]
Advanced

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

[PATCH] Docs: make.texi: ; -> ,


From: Michael Witten
Subject: [PATCH] Docs: make.texi: ; -> ,
Date: Tue, 01 Feb 2011 22:01:31 +0000

The punctuation in a few spots has been change from a semicolon
to a comma; this is not only grammatically correct, but also
consistent with previous usage when presenting the exact same
information.

Signed-off-by: Michael Witten <address@hidden>
---
 doc/make.texi |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/make.texi b/doc/make.texi
index 8d5ab24..298d0ce 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -7344,7 +7344,7 @@ The syntax of the @code{value} function is:
 $(value @var{variable})
 @end example
 
-Note that @var{variable} is the @emph{name} of a variable; not a
+Note that @var{variable} is the @emph{name} of a variable, not a
 @emph{reference} to that variable.  Therefore you would not normally
 use a @samp{$} or parentheses when writing it.  (You can, however, use
 a variable reference in the name if you want the name not to be a
@@ -7455,7 +7455,7 @@ The syntax of the @code{origin} function is:
 $(origin @var{variable})
 @end example
 
-Note that @var{variable} is the @emph{name} of a variable to inquire about;
+Note that @var{variable} is the @emph{name} of a variable to inquire about,
 not a @emph{reference} to that variable.  Therefore you would not normally
 use a @samp{$} or parentheses when writing it.  (You can, however, use a
 variable reference in the name if you want the name not to be a constant.)
@@ -7566,7 +7566,7 @@ The syntax of the @code{flavor} function is:
 $(flavor @var{variable})
 @end example
 
-Note that @var{variable} is the @emph{name} of a variable to inquire about;
+Note that @var{variable} is the @emph{name} of a variable to inquire about,
 not a @emph{reference} to that variable.  Therefore you would not normally
 use a @samp{$} or parentheses when writing it.  (You can, however, use a
 variable reference in the name if you want the name not to be a constant.)
-- 
1.7.4.rc0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]