Subject: CVS commit: src/usr.bin/sed
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 11/17/2004 22:17:54
Module Name:	src
Committed By:	matt
Date:		Wed Nov 17 22:17:54 UTC 2004

Modified Files:
	src/usr.bin/sed: compile.c

Log Message:
When adding text due to an a, c, or i command, don't eat the space(s) at
the beginning of the lines since the addition is supposed to be "verbatim".
Fix a comment for compile_text indicating it's also used for the 'c' command.


To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/usr.bin/sed/compile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.