summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-09-19 13:59:34 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-09-19 13:59:34 (GMT)
commitcfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6 (patch)
tree21a6488f0477a467e4d23c0962febc2bef177de1 /Source
parent93223f7dc0ee55e8ba6b4d83fc259e472f5e571a (diff)
downloadCMake-cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6.zip
CMake-cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6.tar.gz
CMake-cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6.tar.bz2
BUG: correct name for the man page
Alex
Diffstat (limited to 'Source')
-rw-r--r--Source/cmDocumentationFormatterMan.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentationFormatterMan.cxx b/Source/cmDocumentationFormatterMan.cxx
index 6b40083..0a16b9f 100644
--- a/Source/cmDocumentationFormatterMan.cxx
+++ b/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";
}