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

Diff for /mandoc/mandoc.1 between version 1.61 and 1.65

version 1.61, 2010/06/07 10:55:27 version 1.65, 2010/06/29 14:18:05
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 207  The
Line 211  The
 .Fl T Ns Ar html  .Fl T Ns Ar html
 and  and
 .Fl T Ns Ar xhtml  .Fl T Ns Ar xhtml
 modes accept the following 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.
Line 248  relative URI.
Line 254  relative URI.
 .Pp  .Pp
 The  The
 .Fl T Ns Ar ascii  .Fl T Ns Ar ascii
 mode accepts the following output option:  mode accepts the following
   .Fl O
   argument:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl O Ns Cm width Ns = Ns Ar width  .It Cm width Ns = Ns Ar width
 The output width is set to  The output width is set to
 .Ar width ,  .Ar width ,
 which will normalise to \(>=60.  which will normalise to \(>=60.
Line 343  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
   .Qq Adobe-3.0
   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.61  
changed lines
  Added in v.1.65

CVSweb