aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-08-06 19:22:26 +0200
committerMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>2020-11-04 15:32:34 +0100
commitf99206d00b5ab05b0ccf1e38ab0e97bca0c8c3c7 (patch)
treef06bc1b25686d4f88ed93a4308ec971ff2af3fda
parentf43815e173b8a5f351d6460e995bed720bdb4dcd (diff)
downloadman-pages-posix-f99206d00b5ab05b0ccf1e38ab0e97bca0c8c3c7.tar.gz
posix.py: Don't boldface between .Cs and .Ce
I'm not sure why there was boldfacing here, but it doesn't seem to match the formatting in the PDF version of the standard, so remove it. Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
-rwxr-xr-xposix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix.py b/posix.py
index 979944d..d1b1fac 100755
--- a/posix.py
+++ b/posix.py
@@ -48,8 +48,8 @@ brepl = {"mH":".SH",
"Ar":".I",
"yS":".LP\n.nf",
"yE":".fi",
- "Cs":".sp\n.RS 4\n.nf\n\\fB",
- "Ce":".fi \\fR\n.P\n.RE",
+ "Cs":".sp\n.RS 4\n.nf\n",
+ "Ce":".fi\n.P\n.RE",
"HU":".SS",
"cV":".B",
"Fi":".B",