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

Diff for /mandoc/mandoc.1 between version 1.49 and 1.55

version 1.49, 2010/01/07 19:10:09 version 1.55, 2010/03/27 14:44:19
Line 167  styles.  This is the default.  See
Line 167  styles.  This is the default.  See
 Produce strict HTML-4.01 output, with a sane default style.  See  Produce strict HTML-4.01 output, with a sane default style.  See
 .Sx HTML Output .  .Sx HTML Output .
 .  .
   .It Fl T Ns Ar xhtml
   Produce strict XHTML-1.0 output, with a sane default style.  See
   .Sx XHTML Output .
   .
 .It Fl T Ns Ar tree  .It Fl T Ns Ar tree
 Produce an indented parse tree.  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 221  over a large set of manuals passed on the command line
Line 229  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 333  exceed this limit.
Line 343  exceed this limit.
 .Ss HTML Output  .Ss HTML Output
 Output produced by  Output produced by
 .Fl T Ns Ar html  .Fl T Ns Ar html
 comforms to HTML-4.01 strict.  conforms to HTML-4.01 strict.
 .Pp  .Pp
 Font styles and page structure are applied using CSS2.  By default, no  Font styles and page structure are applied using CSS2.  By default, no
 font style is applied to any text, although CSS2 is hard-coded to format  font style is applied to any text, although CSS2 is hard-coded to format
Line 348  cause rendered documents to appear as they do in
Line 358  cause rendered documents to appear as they do in
 Special characters are rendered in decimal-encoded UTF-8.  Special characters are rendered in decimal-encoded UTF-8.
 .  .
 .  .
   .Ss XHTML Output
   Output produced by
   .Fl T Ns Ar xhtml
   conforms to XHTML-1.0 strict.
   .Pp
   See
   .Sx HTML Output
   for details; beyond generating XHTML tags instead of HTML tags, these
   output modes are identical.
   .
   .
 .Sh EXAMPLES  .Sh EXAMPLES
 To page manuals to the terminal:  To page manuals to the terminal:
 .  .
Line 437  Sentences are unilaterally monospaced.
Line 458  Sentences are unilaterally monospaced.
 .El  .El
 .  .
 .  .
 .Ss HTML Compatibility  .Ss HTML/XHTML Compatibility
 .Bl -bullet -compact  .Bl -bullet -compact
 .It  .It
 The  The
Line 483  utility was written by
Line 504  utility was written by
 .Sh CAVEATS  .Sh CAVEATS
 The  The
 .Fl T Ns Ar html  .Fl T Ns Ar html
   and
   .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
   and
   .Fl T Ns Ar xhtml ,
 the maximum size of an element attribute is determined by  the maximum size of an element attribute is determined by
 .Dv BUFSIZ ,  .Dv BUFSIZ ,
 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
 output mode doesn't render the  and
   .Fl T Ns Ar xhtml
   output modes don't render the
 .Sq \es  .Sq \es
 font size escape documented in  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.49  
changed lines
  Added in v.1.55

CVSweb