Browse Source

BUG: correct name for the man page

Alex
Alexander Neundorf 18 years ago
parent
commit
cfdaa4b0b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmDocumentationFormatterMan.cxx

+ 1 - 1
Source/cmDocumentationFormatterMan.cxx

@@ -75,7 +75,7 @@ void cmDocumentationFormatterMan::PrintHeader(const char* name,
 {
   os << ".TH " << name << " 1 \""
     << cmSystemTools::GetCurrentDateTime("%B %d, %Y").c_str()
-//    << "\" \"" << this->GetNameString() 
+    << "\" \"" << name
     << " " << cmVersion::GetCMakeVersion()
     << "\"\n";
 }