=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.45 retrieving revision 1.47 diff -u -p -r1.45 -r1.47 --- mandoc/mandoc.1 2009/10/26 15:44:51 1.45 +++ mandoc/mandoc.1 2009/11/16 08:46:59 1.47 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.45 2009/10/26 15:44:51 kristaps Exp $ +.\" $Id: mandoc.1,v 1.47 2009/11/16 08:46:59 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 26 2009 $ +.Dd $Mdocdate: November 16 2009 $ .Dt MANDOC 1 .Os . @@ -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 @@ -419,3 +429,12 @@ the maximum size of an element attribute is determined which is usually 1024 bytes. Be aware of this when setting long link formats with .Fl O Ns Ar man=fmt . +.Pp +The +.Fl T Ns Ar html +utility doesn't yet render the +.Sq \es +font size escape documented in +.Xr mdoc 7 +and +.Xr man 7 .