outdent description of variable expansion modifiers
This commit is contained in:
parent
c4552cab7f
commit
792e1d4ca9
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: make.1,v 1.57 2001/11/12 03:23:58 wiz Exp $
|
||||
.\" $NetBSD: make.1,v 1.58 2001/12/23 10:51:56 lukem Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -33,7 +33,7 @@
|
|||
.\"
|
||||
.\" from: @(#)make.1 8.4 (Berkeley) 3/19/94
|
||||
.\"
|
||||
.Dd March 19, 1994
|
||||
.Dd December 23, 2001
|
||||
.Dt MAKE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -542,6 +542,7 @@ for all programs which
|
|||
.Nm
|
||||
executes.
|
||||
.El
|
||||
.El
|
||||
.Pp
|
||||
Variable expansion may be modified to select or modify each word of the
|
||||
variable (where a ``word'' is white-space delimited sequence of characters).
|
||||
|
@ -773,7 +774,6 @@ Assign the output of
|
|||
.Ar cmd
|
||||
to the variable.
|
||||
.El
|
||||
.El
|
||||
.Sh INCLUDE STATEMENTS, CONDITIONALS AND FOR LOOPS
|
||||
Makefile inclusion, conditional structures and for loops reminiscent
|
||||
of the C programming language are provided in
|
||||
|
|
Loading…
Reference in New Issue