=================================================================== RCS file: /cvs/mandoc/mandoc.1,v retrieving revision 1.44 retrieving revision 1.46 diff -u -p -r1.44 -r1.46 --- mandoc/mandoc.1 2009/10/26 04:15:42 1.44 +++ mandoc/mandoc.1 2009/11/05 10:16:01 1.46 @@ -1,4 +1,4 @@ -.\" $Id: mandoc.1,v 1.44 2009/10/26 04:15:42 kristaps Exp $ +.\" $Id: mandoc.1,v 1.46 2009/11/05 10:16:01 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 5 2009 $ .Dt MANDOC 1 .Os . @@ -228,6 +228,11 @@ When rewinding the scope of a block macro, forces the scope violations. This can seriously mangle the resulting tree. .Pq mdoc only . +.It Fl f Ns Ar ign-escape +Ignore invalid escape sequences. +This is the default, but the option can be used to override an earlier +.Fl f Ns Ar strict . +. .It Fl f Ns Ar no-ign-escape Don't ignore invalid escape sequences. . @@ -414,3 +419,14 @@ 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 support the +.Sq \ef +and +.Sq \es +text decorations documented in +.Xr mdoc 7 +and +.Xr man 7 .