[GRASS-SVN] r52022 - grass/branches/develbranch_6/tools/g.html2man

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 9 23:18:06 PDT 2012


Author: hamish
Date: 2012-06-09 23:18:06 -0700 (Sat, 09 Jun 2012)
New Revision: 52022

Modified:
   grass/branches/develbranch_6/tools/g.html2man/g.html2man
Log:
more quoting req'd

Modified: grass/branches/develbranch_6/tools/g.html2man/g.html2man
===================================================================
--- grass/branches/develbranch_6/tools/g.html2man/g.html2man	2012-06-10 06:04:49 UTC (rev 52021)
+++ grass/branches/develbranch_6/tools/g.html2man/g.html2man	2012-06-10 06:18:06 UTC (rev 52022)
@@ -281,7 +281,7 @@
 while (<INP>) {
   # for intro pages which lack a module NAME (for whois entry)
   if ($_ =~ s/<!-- meta page description:(.*)-->/$1/) {
-	print OUT ".SH NAME\n$page \\-$_\n";
+	print OUT ".SH NAME\n$page \\\\-$_\n";
   }
 
   s/\\/\\(rs/g;



More information about the grass-commit mailing list