diff options
Diffstat (limited to 'src/mangen.h')
-rw-r--r-- | src/mangen.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mangen.h b/src/mangen.h index 4d0f774..92fcc3a 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -201,8 +201,8 @@ class ManGenerator : public OutputGenerator void startDescTable() {} void endDescTable() {} - void startDescTableTitle() { writeListItem(); startBold(); } - void endDescTableTitle() { endBold(); } + void startDescTableTitle() { writeListItem(); startBold(); startEmphasis(); } + void endDescTableTitle() { endEmphasis(); endBold(); } void startDescTableData() { t << endl; firstCol=TRUE; } void endDescTableData() {} |