=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.1,v retrieving revision 1.68 retrieving revision 1.69 diff -c -r1.68 -r1.69 *** src/usr.bin/mandoc/mandoc.1 2014/12/02 11:31:46 1.68 --- src/usr.bin/mandoc/mandoc.1 2014/12/15 17:36:47 1.69 *************** *** 1,4 **** ! .\" $OpenBSD: mandoc.1,v 1.68 2014/12/02 11:31:46 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2012, 2014 Ingo Schwarze --- 1,4 ---- ! .\" $OpenBSD: mandoc.1,v 1.69 2014/12/15 17:36:47 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2012, 2014 Ingo Schwarze *************** *** 15,21 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: December 2 2014 $ .Dt MANDOC 1 .Os .Sh NAME --- 15,21 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: December 15 2014 $ .Dt MANDOC 1 .Os .Sh NAME *************** *** 258,264 **** See .Sx ASCII Output . .It Fl T Ns Cm html ! Produce CSS1/HTML5 output. See .Sx HTML Output . .It Fl T Ns Cm lint --- 258,264 ---- See .Sx ASCII Output . .It Fl T Ns Cm html ! Produce HTML5, CSS1, and MathML output. See .Sx HTML Output . .It Fl T Ns Cm lint *************** *** 346,351 **** --- 346,355 ---- Output produced by .Fl T Ns Cm html conforms to HTML5 using optional self-closing tags. + Default styles use only CSS1. + Equations rendered from + .Xr eqn 7 + blocks use MathML. .Pp The .Pa example.style.css