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

Diff for /mandoc/mandoc.1 between version 1.161 and 1.164

version 1.161, 2015/09/26 12:56:04 version 1.164, 2015/11/05 17:47:51
Line 349  Equations rendered from
Line 349  Equations rendered from
 blocks use MathML.  blocks use MathML.
 .Pp  .Pp
 The  The
 .Pa example.style.css  .Pa mandoc.css
 file documents style-sheet classes available for customising output.  file documents style-sheet classes available for customising output.
 If a style-sheet is not specified with  If a style-sheet is not specified with
 .Fl O Cm style ,  .Fl O Cm style ,
Line 497  Use
Line 497  Use
 .Fl T Cm tree  .Fl T Cm tree
 to show a human readable representation of the syntax tree.  to show a human readable representation of the syntax tree.
 It is useful for debugging the source code of manual pages.  It is useful for debugging the source code of manual pages.
 The exact format is subject to change, don't write parsers for it.  The exact format is subject to change, so don't write parsers for it.
 Each output line shows one syntax tree node.  Each output line shows one syntax tree node.
 Child nodes are indented with respect to their parent node.  Child nodes are indented with respect to their parent node.
 The columns are:  The columns are:
Line 506  The columns are:
Line 506  The columns are:
 .It  .It
 For macro nodes, the macro name; for text and  For macro nodes, the macro name; for text and
 .Xr tbl 7  .Xr tbl 7
 nodes, the content.  There is a special format for  nodes, the content.
   There is a special format for
 .Xr eqn 7  .Xr eqn 7
 nodes.  nodes.
 .It  .It
Line 600  To page manuals to the terminal:
Line 601  To page manuals to the terminal:
 .Dl $ mandoc mandoc.1 mdoc.3 mdoc.7 | less  .Dl $ mandoc mandoc.1 mdoc.3 mdoc.7 | less
 .Pp  .Pp
 To produce HTML manuals with  To produce HTML manuals with
 .Ar style.css  .Pa mandoc.css
 as the style-sheet:  as the style-sheet:
 .Pp  .Pp
 .Dl $ mandoc \-T html -O style=style.css mdoc.7 \*(Gt mdoc.7.html  .Dl $ mandoc \-T html -O style=mandoc.css mdoc.7 \*(Gt mdoc.7.html
 .Pp  .Pp
 To check over a large set of manuals:  To check over a large set of manuals:
 .Pp  .Pp
Line 1599  By requesting the inclusion of a sensitive file, a mal
Line 1600  By requesting the inclusion of a sensitive file, a mal
 might otherwise trick a privileged user into inadvertently displaying  might otherwise trick a privileged user into inadvertently displaying
 the file on the screen, revealing the file content to bystanders.  the file on the screen, revealing the file content to bystanders.
 The argument is ignored including the file name following it.  The argument is ignored including the file name following it.
   .It Sy "skipping display without arguments"
   .Pq mdoc
   A
   .Ic \&Bd
   block macro does not have any arguments.
   The block is discarded, and the block content is displayed in
   whatever mode was active before the block.
 .It Sy "missing list type, using -item"  .It Sy "missing list type, using -item"
 .Pq mdoc  .Pq mdoc
 A  A

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.164

CVSweb