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 93111cf..069222a 100644 --- a/src/mangen.h +++ b/src/mangen.h @@ -160,8 +160,8 @@ class ManGenerator : public OutputGenerator void endCenter() {} void startSmall() {} void endSmall() {} - void startMemberDescription(const char *,const char *) { t << "\n.RI \"\\fI"; firstCol=FALSE; } - void endMemberDescription() { t << "\\fP\""; firstCol=FALSE; } + void startMemberDescription(const char *,const char *) { t << "\n.RI \""; firstCol=FALSE; } + void endMemberDescription() { t << "\""; firstCol=FALSE; } void startMemberDeclaration() {} void endMemberDeclaration(const char *,const char *) {} void writeInheritedSectionTitle(const char *,const char *,const char *, |