summaryrefslogtreecommitdiffstats
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-11-16 08:46:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-11-16 08:46:58 +0000
commit56f40bd031737edaae27afbb34b7dd5ba75defd7 (patch)
tree7f20ea5247dd3a30d96040682ef9c5db8f9aa9fe /mandoc.1
parent77a404388af995dd280b4021ca59a652c5cc2982 (diff)
downloadmandoc-56f40bd031737edaae27afbb34b7dd5ba75defd7.tar.gz
Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.116
1 files changed, 12 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index 1e6dd4b3..48822830 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -384,6 +384,16 @@ Sentences are unilaterally monospaced.
.Bl -bullet -compact
.It
The
+.Sq \efP
+escape will revert the font to the previous
+.Sq \ef
+escape, not to the last rendered decoration, which is now dictated by
+CSS instead of hard-coded. It also will not span past the current
+scope, for the same reason. Note that in
+.Sx ASCII Output
+mode, this will work fine.
+.It
+The
.Xr mdoc 7
.Sq \&Bl \-hang
and
@@ -422,11 +432,9 @@ formats with
.Pp
The
.Fl T Ns Ar html
-utility doesn't support the
-.Sq \ef
-and
+utility doesn't yet render the
.Sq \es
-text decorations documented in
+font size escape documented in
.Xr mdoc 7
and
.Xr man 7 .