[GRASS-SVN] r36017 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 21 11:41:19 EST 2009


Author: neteler
Date: 2009-02-21 11:41:19 -0500 (Sat, 21 Feb 2009)
New Revision: 36017

Modified:
   grass/trunk/lib/gis/parser.c
Log:
added 'manual' to manual title

Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2009-02-21 16:40:32 UTC (rev 36016)
+++ grass/trunk/lib/gis/parser.c	2009-02-21 16:41:19 UTC (rev 36017)
@@ -1527,7 +1527,7 @@
     fprintf(stdout,
 	    "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n");
     fprintf(stdout, "<html>\n<head>\n");
-    fprintf(stdout, "<title>GRASS GIS: %s</title>\n", st->pgm_name);
+    fprintf(stdout, "<title>GRASS GIS manual: %s</title>\n", st->pgm_name);
     fprintf(stdout,
 	    "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n");
     fprintf(stdout,



More information about the grass-commit mailing list