[docs] xmldocs - docelic modified bin/whatsnew-update

docs at icdevgroup.org docs at icdevgroup.org
Thu Jan 19 15:25:52 EST 2006


User:      docelic
Date:      2006-01-19 20:25:52 GMT
Modified:  bin      whatsnew-update
Log:
* Small fix

Revision  Changes    Path
1.7       +2 -2      xmldocs/bin/whatsnew-update


rev 1.7, prev_rev 1.6
Index: whatsnew-update
===================================================================
RCS file: /var/cvs/xmldocs/bin/whatsnew-update,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- whatsnew-update	19 Jan 2006 20:16:44 -0000	1.6
+++ whatsnew-update	19 Jan 2006 20:25:52 -0000	1.7
@@ -109,7 +109,7 @@
 
 	my $run = 0;
 	for $_ (@file) {
-		/^Developer:\s+(\S+)$/ and $user = $1;
+		/^User:\s+(\S+)$/ and $user = $1;
 		/^Date:\s+(\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2} GMT)$/ and $date = $1;
 		/^Log:$/ and do { $run++; next };
 		/^Revision\s+Changes\s+Path$/ and $run=0;
@@ -124,7 +124,7 @@
 __DATA__
 <literallayout>
 <emphasis>
-User: $user
+Developer: $user
 Date: $date
 </emphasis>
 @$log








More information about the docs mailing list