summaryrefslogtreecommitdiff
path: root/cli/man.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-18 12:55:06 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-18 12:55:06 +0200
commit6dc69580d6101fb1adb1733dad11b5f5ab5fc831 (patch)
treee2176e66c95b14a16748750d9b8a746e0582dae5 /cli/man.cxx
parent1a6cde47f6c524dc63c4a837ee6b94041320c681 (diff)
Fix man font selection logic
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 ());