[BACK]Return to mandoc.1 CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mandoc.1 between version 1.50 and 1.56

version 1.50, 2010/01/29 14:39:38 version 1.56, 2010/03/29 10:10:35
Line 176  Produce an indented parse tree.
Line 176  Produce an indented parse tree.
 .  .
 .It Fl T Ns Ar lint  .It Fl T Ns Ar lint
 Parse only: produce no output.  Parse only: produce no output.
   Implies
   .Fl W Ns Ar all
   and
   .Fl f Ns Ar strict .
 .El  .El
 .  .
 .Pp  .Pp
Line 216  and
Line 220  and
 .Fl f Ns Ar no-ign-chars .  .Fl f Ns Ar no-ign-chars .
 .  .
 .It Fl f Ns Ar ign-errors  .It Fl f Ns Ar ign-errors
 Don't halt when encountering parse errors.  Useful with  When parsing multiple files, don't halt when one errors out.  Useful
   with
 .Fl T Ns Ar lint  .Fl T Ns Ar lint
 over a large set of manuals passed on the command line.  over a large set of manuals passed on the command line.
 .El  .El
Line 225  over a large set of manuals passed on the command line
Line 230  over a large set of manuals passed on the command line
 .Ss Output Options  .Ss Output Options
 For the time being, only  For the time being, only
 .Fl T Ns Ar html  .Fl T Ns Ar html
   and
   .Fl T Ns Ar xhtml
 accepts output options:  accepts output options:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl O Ns Ar style=style.css  .It Fl O Ns Ar style=style.css
Line 502  and
Line 509  and
 .Fl T Ns Ar xhtml  .Fl T Ns Ar xhtml
 CSS2 styling used for  CSS2 styling used for
 .Fl m Ns Ar doc  .Fl m Ns Ar doc
 input lists does not render properly in brain-dead browsers, such as  input lists does not render properly in older browsers, such as Internet
 Internet Explorer 6 and earlier.  Explorer 6 and earlier.
   .
 .Pp  .Pp
 In  In
 .Fl T Ns Ar html  .Fl T Ns Ar html
Line 514  the maximum size of an element attribute is determined
Line 522  the maximum size of an element attribute is determined
 which is usually 1024 bytes.  Be aware of this when setting long link  which is usually 1024 bytes.  Be aware of this when setting long link
 formats, e.g.,  formats, e.g.,
 .Fl O Ns Ar style=really/long/link .  .Fl O Ns Ar style=really/long/link .
   .
 .Pp  .Pp
 The  The
 .Fl T Ns Ar html  .Fl T Ns Ar html
Line 525  font size escape documented in
Line 534  font size escape documented in
 .Xr mdoc 7  .Xr mdoc 7
 and  and
 .Xr man 7 .  .Xr man 7 .
   .
   .Pp
   Nesting elements within next-line element scopes of
   .Fl m Ns Ar an ,
   such as
   .Sq br
   within an empty
   .Sq B ,
   will confuse
   .Fl T Ns Ar html
   and
   .Fl T Ns Ar xhtml
   and cause them to forget the formatting of the prior next-line scope.
   .
   .Pp
   The
   .Sq i
   macro in
   .Fl m Ns Ar an
   should italicise all subsequent text if a line argument is not provided.
   This behaviour is not implemented.
   .
   The
   .Sq \(aq
   control character is an alias for the standard macro control character
   and does not emit a line-break as stipulated in GNU troff.

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.56

CVSweb