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

Diff for /mandoc/mandoc.1 between version 1.94 and 1.97

version 1.94, 2011/10/05 21:35:17 version 1.97, 2011/10/09 21:37:06
Line 176  Encode output using the current locale.
Line 176  Encode output using the current locale.
 See  See
 .Sx Locale Output .  .Sx Locale Output .
 .It Fl T Ns Cm man  .It Fl T Ns Cm man
 Produce output in  Produce
 .Xr man 7  .Xr man 7
 format; only useful when applied to  format output.
 .Fl m Ns Cm doc  See
 input.  .Sx Man Output .
 .It Fl T Ns Cm pdf  .It Fl T Ns Cm pdf
 Produce PDF output.  Produce PDF output.
 See  See
Line 260  The following
Line 260  The following
 arguments are accepted:  arguments are accepted:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Cm fragment  .It Cm fragment
 Do not emit doctype, html, and body elements.  Omit the
   .Aq !DOCTYPE
   declaration and the
   .Aq html ,
   .Aq head ,
   and
   .Aq body
   elements and only emit the subtree below the
   .Aq body
   element.
 The  The
 .Cm style  .Cm style
 argument shall be unused.  argument will be ignored.
 This is useful when embedding manual content within existing documents.  This is useful when embedding manual content within existing documents.
 .It Cm includes Ns = Ns Ar fmt  .It Cm includes Ns = Ns Ar fmt
 The string  The string
Line 311  will fall back to
Line 320  will fall back to
 See  See
 .Sx ASCII Output  .Sx ASCII Output
 for font style specification and available command-line arguments.  for font style specification and available command-line arguments.
   .Ss Man Output
   Translate input format into
   .Xr man 7
   output format.
   This is useful for distributing manual sources to legancy systems
   lacking
   .Xr mdoc 7
   formatters.
   .Pp
   If
   .Xr mdoc 7
   is passed as input, it is translated into
   .Xr man 7 .
   If the input format is
   .Xr man 7 ,
   the input is copied to the output, expanding any
   .Xr roff 7
   .Sq so
   requests.
   The parser is also run, and as usual, the
   .Fl W
   level controls which
   .Sx DIAGNOSTICS
   are displayed before copying the input to the output.
 .Ss PDF Output  .Ss PDF Output
 PDF-1.1 output may be generated by  PDF-1.1 output may be generated by
 .Fl T Ns Cm pdf .  .Fl T Ns Cm pdf .

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.97

CVSweb