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
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}