From owner-cvs-all Mon Jun 3 13:35:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1819D37B404; Mon, 3 Jun 2002 13:35:36 -0700 (PDT) Received: (from jmallett@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g53KZaF41432; Mon, 3 Jun 2002 13:35:36 -0700 (PDT) (envelope-from jmallett) Message-Id: <200206032035.g53KZaF41432@freefall.freebsd.org> From: "J. Mallett" Date: Mon, 3 Jun 2002 13:35:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/m4 m4.1 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jmallett 2002/06/03 13:35:36 PDT Modified files: usr.bin/m4 m4.1 Log: Make the manpage consistent with the code on the subject of comments, as to not change the code to always do the "GNU" thing, as it's possible people rely on BSD m4(1) traditionally resetting comment characters in case of no arguments to the changecom function. PR: bin/17480 (I think this satisfies the problem report) Revision Changes Path 1.19 +4 -1 src/usr.bin/m4/m4.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message