From 56f40bd031737edaae27afbb34b7dd5ba75defd7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Nov 2009 08:46:58 +0000 Subject: Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). --- mandoc.1 | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'mandoc.1') 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 . -- cgit