Commit 8d7eeeae authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #215 from ellert/brief-misplaced

Bug 651859 - Brief description misplaced in man page output
parents 7b7bdb98 379e3b95
......@@ -194,6 +194,7 @@ void ManGenerator::endTitleHead(const char *,const char *name)
t << ".SH NAME" << endl;
t << name << " \\- ";
firstCol=FALSE;
paragraph=TRUE;
inHeader=TRUE;
}
......@@ -828,10 +829,4 @@ void ManGenerator::endLabels()
void ManGenerator::endHeaderSection()
{
if (!firstCol)
{
t<< endl; firstCol=TRUE;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment