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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 9 23:48:03 PDT 2012


Author: hamish
Date: 2012-06-09 23:47:58 -0700 (Sat, 09 Jun 2012)
New Revision: 52024

Modified:
   grass/branches/develbranch_6/tools/g.html2man/g.html2man
Log:
had it right the first time

Modified: grass/branches/develbranch_6/tools/g.html2man/g.html2man
===================================================================
--- grass/branches/develbranch_6/tools/g.html2man/g.html2man	2012-06-10 06:18:45 UTC (rev 52023)
+++ grass/branches/develbranch_6/tools/g.html2man/g.html2man	2012-06-10 06:47:58 UTC (rev 52024)
@@ -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