summaryrefslogtreecommitdiff
path: root/cli/man.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/man.cxx')
-rw-r--r--cli/man.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/man.cxx b/cli/man.cxx
index 2cbc766..70a5a4a 100644
--- a/cli/man.cxx
+++ b/cli/man.cxx
@@ -120,12 +120,12 @@ namespace
for (names::name_iterator i (n.name_begin ()); i != n.name_end (); ++i)
{
if (i != n.name_begin ())
- os << "\\fP|\\fB";
+ os << "\\fR|\\fB";
os << *i;
}
- os << "\\fP";
+ os << "\\fR";
string type (o.type ().name ());