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

Diff for /mandoc/mandoc.1 between version 1.60 and 1.64

version 1.60, 2010/05/09 21:19:42 version 1.64, 2010/06/25 19:02:48
Line 163  Implies
Line 163  Implies
 .Fl W Ns Cm all  .Fl W Ns Cm all
 and  and
 .Fl f Ns Cm strict .  .Fl f Ns Cm strict .
   .It Fl T Ns Cm ps
   Produce PostScript output.
   See
   .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 xhtml  .It Fl T Ns Cm xhtml
Line 203  and
Line 207  and
 .Fl f Ns Cm no-ign-macro .  .Fl f Ns Cm no-ign-macro .
 .El  .El
 .Ss Output Options  .Ss Output Options
 For the time being, only  The
 .Fl T Ns Ar html  .Fl T Ns Ar html
 and  and
 .Fl T Ns Ar xhtml  .Fl T Ns Ar xhtml
 accept output options:  modes accept the following
   .Fl O
   arguments:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl O Ns Cm includes Ns = Ns Ar fmt  .It Cm includes Ns = Ns Ar fmt
 The string  The string
 .Ar fmt ,  .Ar fmt ,
 for example,  for example,
Line 222  Instances of
Line 228  Instances of
 are replaced with the include filename.  are replaced with the include filename.
 The default is not to present a  The default is not to present a
 hyperlink.  hyperlink.
 .It Fl O Ns Cm man Ns = Ns Ar fmt  .It Cm man Ns = Ns Ar fmt
 The string  The string
 .Ar fmt ,  .Ar fmt ,
 for example,  for example,
Line 238  are replaced with the linked manual's name and section
Line 244  are replaced with the linked manual's name and section
 If no section is included, section 1 is assumed.  If no section is included, section 1 is assumed.
 The default is not to  The default is not to
 present a hyperlink.  present a hyperlink.
 .It Fl O Ns Cm style Ns = Ns Ar style.css  .It Cm style Ns = Ns Ar style.css
 The file  The file
 .Ar style.css  .Ar style.css
 is used for an external style-sheet.  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
   .Pp
   The
   .Fl T Ns Ar ascii
   mode accepts the following
   .Fl O
   argument:
   .Bl -tag -width Ds
   .It Cm width Ns = Ns Ar width
   The output width is set to
   .Ar width ,
   which will normalise to \(>=60.
   .El
 .Sh OUTPUT  .Sh OUTPUT
 This section documents output details of  This section documents output details of
 .Nm .  .Nm .
Line 333  cause rendered documents to appear as they do in
Line 351  cause rendered documents to appear as they do in
 .Fl T Ns Cm ascii .  .Fl T Ns Cm ascii .
 .Pp  .Pp
 Special characters are rendered in decimal-encoded UTF-8.  Special characters are rendered in decimal-encoded UTF-8.
   .Ss PostScript Output
   PostScript Level 2 pages may be generated by
   .Fl T Ns Cm ps .
   Output pages are US-letter sized (215.9 x 279.4 mm) and rendered in
   fixed, 10-point Courier font.
 .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.60  
changed lines
  Added in v.1.64

CVSweb