Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make We now support comments until the end of a non-...



details:   https://anonhg.NetBSD.org/src/rev/7f2983f29bfa
branches:  trunk
changeset: 582083:7f2983f29bfa
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Wed Jun 15 22:39:27 2005 +0000

description:
We now support comments until the end of a non-escaped line.
Ok'ed by hubertf.

diffstat:

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

diffs (18 lines):

diff -r 1c1de4a222c4 -r 7f2983f29bfa usr.bin/make/make.1
--- a/usr.bin/make/make.1       Wed Jun 15 22:32:22 2005 +0000
+++ b/usr.bin/make/make.1       Wed Jun 15 22:39:27 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.109 2005/06/01 17:33:21 wiz Exp $
+.\"    $NetBSD: make.1,v 1.110 2005/06/15 22:39:27 rpaulo Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1276,7 +1276,7 @@
 Comments begin with a hash
 .Pq Ql \&#
 character, anywhere but in a shell
-command line, and continue to the end of the line.
+command line, and continue to the end of a non-escaped line.
 .Sh SPECIAL SOURCES (ATTRIBUTES)
 .Bl -tag -width .IGNOREx
 .It Ic .EXEC



Home | Main Index | Thread Index | Old Index