Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.bin/make Pull up revision 1.110 (requested by rpaulo ...



details:   https://anonhg.NetBSD.org/src/rev/a9d32be3f5ad
branches:  netbsd-3
changeset: 576244:a9d32be3f5ad
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 16 09:32:04 2005 +0000

description:
Pull up revision 1.110 (requested by rpaulo in ticket #458):
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 4f6e6036146c -r a9d32be3f5ad usr.bin/make/make.1
--- a/usr.bin/make/make.1       Wed Jun 15 06:12:39 2005 +0000
+++ b/usr.bin/make/make.1       Thu Jun 16 09:32:04 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: make.1,v 1.105 2005/02/23 17:22:29 sjg Exp $
+.\"    $NetBSD: make.1,v 1.105.2.1 2005/06/16 09:32:04 tron Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -1245,7 +1245,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