[cmake-commits] alex committed cmDocumentationFormatterMan.cxx 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 19 09:59:36 EDT 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6651

Modified Files:
	cmDocumentationFormatterMan.cxx 
Log Message:

BUG: correct name for the man page

Alex


Index: cmDocumentationFormatterMan.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmDocumentationFormatterMan.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmDocumentationFormatterMan.cxx	19 Sep 2007 13:05:28 -0000	1.1
+++ cmDocumentationFormatterMan.cxx	19 Sep 2007 13:59:34 -0000	1.2
@@ -75,7 +75,7 @@
 {
   os << ".TH " << name << " 1 \""
     << cmSystemTools::GetCurrentDateTime("%B %d, %Y").c_str()
-//    << "\" \"" << this->GetNameString() 
+    << "\" \"" << name
     << " " << cmVersion::GetCMakeVersion()
     << "\"\n";
 }



More information about the Cmake-commits mailing list