BUG: correct name for the man page
Alex
This commit is contained in:
parent
93223f7dc0
commit
cfdaa4b0b3
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user