Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make - Several paragraphs were indented one level fu...



details:   https://anonhg.NetBSD.org/src/rev/9329184de0f8
branches:  trunk
changeset: 521542:9329184de0f8
user:      bgrayson <bgrayson%NetBSD.org@localhost>
date:      Fri Feb 01 19:35:29 2002 +0000

description:
- Several paragraphs were indented one level further than needed.
- The endfor example needed some spacing readjustments.

diffstat:

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

diffs (48 lines):

diff -r a190ec0403e6 -r 9329184de0f8 usr.bin/make/make.1
--- a/usr.bin/make/make.1       Fri Feb 01 18:47:17 2002 +0000
+++ b/usr.bin/make/make.1       Fri Feb 01 19:35:29 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.58 2001/12/23 10:51:56 lukem Exp $
+.\"    $NetBSD: make.1,v 1.59 2002/02/01 19:35:29 bgrayson Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -437,6 +437,7 @@
 .Ql Va .ARCHIVE ,
 and
 .Ql Va .MEMBER .
+.El
 .Pp
 In addition,
 .Nm
@@ -542,7 +543,6 @@
 .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).
@@ -991,7 +991,8 @@
 .Pp
 For loops are typically used to apply a set of rules to a list of files.
 The syntax of a for loop is:
-.Bl -tag -width Ds
+.Pp
+.Bl -tag -compact -width Ds
 .It Xo
 .Ic \&.for
 .Ar variable
@@ -1001,11 +1002,10 @@
 .Xc
 .It Xo
 <make-rules>
-.Xc
-.It Xo
 .Ic \&.endfor
 .Xc
 .El
+.Pp
 After the for
 .Ic expression
 is evaluated, it is split into words. On each iteration of the loop,



Home | Main Index | Thread Index | Old Index