summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2022-01-15 12:07:18 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-15 12:07:18 -0800
commit253467a549dcc22384be96041fd6f886c4a7a935 (patch)
tree5b69e662415fa0e9c9d13f16707e738f3f77a5d0 /test/command
parent42142182566f64117ad01d324574ee6030878330 (diff)
Man writer: Use boldface for inline code.
Closes #7506. This also allows us to get rid of some special casing on definition lists that ensured that options in code spans would be boldface. (If this change is ever reverted, we'll need that again.)
Diffstat (limited to 'test/command')
-rw-r--r--test/command/3568.md4
-rw-r--r--test/command/5620.md3
2 files changed, 4 insertions, 3 deletions
diff --git a/test/command/3568.md b/test/command/3568.md
index f88c2fe9a..d5e96a61e 100644
--- a/test/command/3568.md
+++ b/test/command/3568.md
@@ -10,7 +10,7 @@ normal `code` normal.
normal \f[I]italic \f[BI]bold in the middle\f[I] only italic\f[R]
normal.
.PP
-normal \f[B]bold \f[CB]code\f[B] more bold\f[R] normal.
+normal \f[B]bold \f[R]\f[C]code\f[R]\f[B] more bold\f[R] normal.
.PP
-normal \f[C]code\f[R] normal.
+normal \f[B]\f[CB]code\f[B]\f[R] normal.
```
diff --git a/test/command/5620.md b/test/command/5620.md
index c48fefce1..97e0ebe82 100644
--- a/test/command/5620.md
+++ b/test/command/5620.md
@@ -5,5 +5,6 @@
^D
.TP
\f[B]\f[CB]-o\f[B]\f[R], \f[B]\f[CB]--output=\f[B]\f[R]\f[I]OUTFILE\f[R]
-Write output to \f[I]OUTFILE\f[R] instead of \f[C]stdout\f[R](3)
+Write output to \f[I]OUTFILE\f[R] instead of
+\f[B]\f[CB]stdout\f[B]\f[R](3)
```