From f26ad1e47ece410dd2923932a51f368de6d5d9cc Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 19 Jun 2012 12:48:04 +0000 Subject: [PATCH] Prevent the CVS substitution in the generated example comment as well --- doc/source/developer-manual.sgml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index 45258887..fba281f1 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -24,7 +24,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: developer-manual.sgml,v 2.49 2012/03/20 13:05:55 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.50 2012/05/27 15:31:24 fabiankeil Exp $ Copyright (C) 2001-2012 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -51,7 +51,7 @@ - $Id: developer-manual.sgml,v 2.49 2012/03/20 13:05:55 fabiankeil Exp $ + $Id: developer-manual.sgml,v 2.50 2012/05/27 15:31:24 fabiankeil Exp $ d$"; +const char FILENAME_rcs[] = "$I<!-- Break CVS Substitution -->d$"; /********************************************************************* * - * File : $Source$ + * File : $S<!-- Break CVS Substitution -->ource$ * * Purpose : (Fill me in with a good description!) * @@ -1855,10 +1855,10 @@ const char FILENAME_h_rcs[] = FILENAME_H_VERSION; #ifndef _FILENAME_H #define _FILENAME_H -#define FILENAME_H_VERSION "$Id$" +#define FILENAME_H_VERSION "$I<!-- Break CVS Substitution -->d$" /********************************************************************* * - * File : $Source$ + * File : $S<!-- Break CVS Substitution -->ource$ * * Purpose : (Fill me in with a good description!) * @@ -3040,6 +3040,11 @@ at sourceforge. Three simple steps: Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: developer-manual.sgml,v $ + Revision 2.50 2012/05/27 15:31:24 fabiankeil + Remove a duplicated 'the' + + Spotted by igor. + Revision 2.49 2012/03/20 13:05:55 fabiankeil We use XXX not FIXME -- 2.39.2