[BACK]Return to make.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/make.1 between version 1.45 and 1.46

version 1.45, 2002/04/16 19:37:16 version 1.46, 2002/06/08 00:14:09
Line 798 
Line 798 
 to be replaced in  to be replaced in
 .Ar new_string  .Ar new_string
 .El  .El
   All modifiers are BSD extensions,  except for the standard
   .At V
   style variable substitution.
 .Sh INCLUDE STATEMENTS, CONDITIONALS AND FOR LOOPS  .Sh INCLUDE STATEMENTS, CONDITIONALS AND FOR LOOPS
 Makefile inclusion, conditional structures and for loops reminiscent  Makefile inclusion, conditional structures and for loops reminiscent
 of the C programming language are provided in  of the C programming language are provided in
Line 806 
Line 809 
 dot  dot
 .Pq Ql \&.  .Pq Ql \&.
 character.  character.
   Whitespace characters may follow this dot, e.g.,
   .Bd -literal
       \&.include <file>
   .Ed
   and
   .Bd -literal
       \&.   include <file>
   .Ed
   are identical constructs.
 Files are included with either  Files are included with either
 .Ql .include <file>  .Ql .include <file>
 or  or
Line 918 
Line 930 
 Logical  Logical
 .Tn AND ;  .Tn AND ;
 of higher precedence than  of higher precedence than
 .Dq .  .Dq \&|\&| .
 .El  .El
 .Pp  .Pp
 As in C,  As in C,

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46