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

Diff for /mandoc/mandoc.1 between version 1.66 and 1.73

version 1.66, 2010/06/29 14:55:41 version 1.73, 2010/07/25 11:44:31
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>  .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 192  Implies
Line 192  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 pdf
   Produce PDF output.
   See
   .Sx PDF Output .
 .It Fl T Ns Cm ps  .It Fl T Ns Cm ps
 Produce PostScript output.  Produce PostScript output.
 See  See
Line 302  PostScript
Line 306  PostScript
 .Qq Adobe-3.0  .Qq Adobe-3.0
 Level-2 pages may be generated by  Level-2 pages may be generated by
 .Fl T Ns Cm ps .  .Fl T Ns Cm ps .
 Output pages are US-letter sized and rendered in fixed, 10-point Courier  Output pages default to letter sized and are rendered in the Times font
 font.  family, 11-point.
   Margins are calculated as 1/9 the page length and width.
   Line-height is 1.4m.
 .Pp  .Pp
 Special characters are rendered as in  Special characters are rendered as in
 .Sx ASCII Output .  .Sx ASCII Output .
Line 316  arguments are accepted:
Line 322  arguments are accepted:
 The paper size  The paper size
 .Ar name  .Ar name
 may be one of  may be one of
 .Ar a4  .Ar a3 ,
   .Ar a4 ,
   .Ar a5 ,
   .Ar legal ,
 or  or
 .Ar letter .  .Ar letter .
   You may also manually specify dimensions as
   .Ar NNxNN ,
   width by height in millimetres.
   If an unknown value is encountered,
   .Ar letter
   is used.
 .El  .El
   .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 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.66  
changed lines
  Added in v.1.73

CVSweb