BUG: correct name for the man page

Alex
This commit is contained in:
Alexander Neundorf 2007-09-19 09:59:34 -04:00
parent 93223f7dc0
commit cfdaa4b0b3

View File

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