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

Diff for /mandoc/mandoc.1 between version 1.92 and 1.96

version 1.92, 2011/09/18 14:14:15 version 1.96, 2011/10/06 23:05:55
Line 157  The
Line 157  The
 utility accepts the following  utility accepts the following
 .Fl T  .Fl T
 arguments, which correspond to output modes:  arguments, which correspond to output modes:
 .Bl -tag -width Ds  .Bl -tag -width "-Tlocale"
 .It Fl T Ns Cm utf8  
 Encode output in the UTF\-8 multi-byte format.  
 See  
 .Sx UTF\-8 Output .  
 .It Fl T Ns Cm locale  
 Encode output using the current locale.  
 See  
 .Sx Locale Output .  
 .It Fl T Ns Cm ascii  .It Fl T Ns Cm ascii
 Produce 7-bit ASCII output.  Produce 7-bit ASCII output.
 This is the default.  This is the default.
Line 179  See
Line 171  See
 Parse only: produce no output.  Parse only: produce no output.
 Implies  Implies
 .Fl W Ns Cm warning .  .Fl W Ns Cm warning .
   .It Fl T Ns Cm locale
   Encode output using the current locale.
   See
   .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 195  See
Line 191  See
 .Sx PostScript Output .  .Sx PostScript Output .
 .It Fl T Ns Cm tree  .It Fl T Ns Cm tree
 Produce an indented parse tree.  Produce an indented parse tree.
   .It Fl T Ns Cm utf8
   Encode output in the UTF\-8 multi-byte format.
   See
   .Sx UTF\-8 Output .
 .It Fl T Ns Cm xhtml  .It Fl T Ns Cm xhtml
 Produce strict CSS1/XHTML-1.0 output.  Produce strict CSS1/XHTML-1.0 output.
 See  See
Line 203  See
Line 203  See
 .Pp  .Pp
 If multiple input files are specified, these will be processed by the  If multiple input files are specified, these will be processed by the
 corresponding filter in-order.  corresponding filter in-order.
 .Ss UTF\-8 Output  
 Use  
 .Fl T Ns Cm utf8  
 to force a UTF\-8 locale.  
 See  
 .Sx Locale Output  
 for details and options.  
 .Ss Locale Output  
 Locale-depending output encoding is triggered with  
 .Fl T Ns Cm locale .  
 This option is not available on all systems: systems without locale  
 support, or those whose internal representation is not natively UCS-4,  
 will fall back to  
 .Fl T Ns Cm ascii .  
 See  
 .Sx ASCII Output  
 for font style specification and available command-line arguments.  
 .Ss ASCII Output  .Ss ASCII Output
 Output produced by  Output produced by
 .Fl T Ns Cm ascii ,  .Fl T Ns Cm ascii ,
Line 276  The following
Line 259  The following
 .Fl O  .Fl O
 arguments are accepted:  arguments are accepted:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Cm fragment
   Do not emit doctype, html, and body elements.
   The
   .Cm style
   argument shall be unused.
   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
 .Ar fmt ,  .Ar fmt ,
Line 312  is used for an external style-sheet.
Line 301  is used for an external style-sheet.
 This must be a valid absolute or  This must be a valid absolute or
 relative URI.  relative URI.
 .El  .El
   .Ss Locale Output
   Locale-depending output encoding is triggered with
   .Fl T Ns Cm locale .
   This option is not available on all systems: systems without locale
   support, or those whose internal representation is not natively UCS-4,
   will fall back to
   .Fl T Ns Cm ascii .
   See
   .Sx ASCII Output
   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 ,
   it is parsed and re-outputted.
   In either case, the
   .Xr roff 7
   .Sq so
   macros are processed prior to producing output.
   .Ss PDF Output
   PDF-1.1 output may be generated by
   .Fl T Ns Cm pdf .
   See
   .Sx PostScript Output
   for
   .Fl O
   arguments and defaults.
 .Ss PostScript Output  .Ss PostScript Output
 PostScript  PostScript
 .Qq Adobe-3.0  .Qq Adobe-3.0
Line 346  If an unknown value is encountered,
Line 373  If an unknown value is encountered,
 .Ar letter  .Ar letter
 is used.  is used.
 .El  .El
 .Ss PDF Output  .Ss UTF\-8 Output
 PDF-1.1 output may be generated by  Use
 .Fl T Ns Cm pdf .  .Fl T Ns Cm utf8
   to force a UTF\-8 locale.
 See  See
 .Sx PostScript Output  .Sx Locale Output
 for  for details and options.
 .Fl O  
 arguments and defaults.  
 .Ss XHTML Output  .Ss XHTML Output
 Output produced by  Output produced by
 .Fl T Ns Cm xhtml  .Fl T Ns Cm xhtml

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.96

CVSweb