about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index fba0e89e..51772a27 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -2886,7 +2886,7 @@ command_mangen(void)
         if (pcmd->help.args[0][0] != NULL) {
             fputs("\n.SH ARGUMENTS\n", manpage);
             for (i = 0; pcmd->help.args[i][0] != NULL; i++) {
-                fprintf(manpage, ".PP\n%s\n", pcmd->help.args[i][0]);
+                fprintf(manpage, ".PP\n\\fB%s\\fR\n", pcmd->help.args[i][0]);
                 fprintf(manpage, ".RS 4\n%s\n.RE\n", pcmd->help.args[i][1]);
             }
         }