diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-09-19 13:59:34 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-09-19 13:59:34 (GMT) |
commit | cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6 (patch) | |
tree | 21a6488f0477a467e4d23c0962febc2bef177de1 | |
parent | 93223f7dc0ee55e8ba6b4d83fc259e472f5e571a (diff) | |
download | CMake-cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6.zip CMake-cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6.tar.gz CMake-cfdaa4b0b3ef3383eb1c0c52c4c44ee2ca3f25d6.tar.bz2 |
BUG: correct name for the man page
Alex
-rw-r--r-- | Source/cmDocumentationFormatterMan.cxx | 2 |
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"; } |