[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.93

version 1.92, 2011/09/18 14:14:15 version 1.93, 2011/09/26 20:47:23
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 output in
 .Xr man 7  .Xr man 7
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 312  is used for an external style-sheet.
Line 295  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 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 347  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.93

CVSweb