[BACK]Return to mandoc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandoc.1 between version 1.17 and 1.18

version 1.17, 2009/10/21 19:13:50 version 1.18, 2009/10/27 21:40:07
Line 28 
Line 28 
 .Nm mandoc  .Nm mandoc
 .Op Fl f Ns Ar option...  .Op Fl f Ns Ar option...
 .Op Fl m Ns Ar format  .Op Fl m Ns Ar format
 .Op Fl o Ns Ar option...  .Op Fl O Ns Ar option...
 .Op Fl T Ns Ar output  .Op Fl T Ns Ar output
 .Op Fl V  .Op Fl V
 .Op Fl W Ns Ar err...  .Op Fl W Ns Ar err...
Line 54 
Line 54 
 for available formats.  Defaults to  for available formats.  Defaults to
 .Fl m Ns Ar andoc .  .Fl m Ns Ar andoc .
 .  .
 .It Fl o Ns Ar option...  .It Fl O Ns Ar option...
 Comma-separated output options.  See  Comma-separated output options.  See
 .Sx Output Options  .Sx Output Options
 for details.  for details.
Line 255 
Line 255 
 .Fl T Ns Ar html  .Fl T Ns Ar html
 is the only mode with output options:  is the only mode with output options:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl o Ns Ar style=style.css  .It Fl O Ns Ar style=style.css
 The file  The file
 .Ar style.css  .Ar style.css
 is used for an external style-sheet.  This must be a valid absolute or  is used for an external style-sheet.  This must be a valid absolute or
 relative URI.  relative URI.
 .It Fl o Ns Ar includes=fmt  .It Fl O Ns Ar includes=fmt
 The string  The string
 .Ar fmt ,  .Ar fmt ,
 for example,  for example,
Line 271 
Line 271 
 .Sq \&%I  .Sq \&%I
 are replaced with the include filename.  The default is not to present a  are replaced with the include filename.  The default is not to present a
 hyperlink.  hyperlink.
 .It Fl o Ns Ar man=fmt  .It Fl O Ns Ar man=fmt
 The string  The string
 .Ar fmt ,  .Ar fmt ,
 for example,  for example,
Line 413 
Line 413 
 .Dv BUFSIZ ,  .Dv BUFSIZ ,
 which is usually 1024 bytes.  Be aware of this when setting long link  which is usually 1024 bytes.  Be aware of this when setting long link
 formats with  formats with
 .Fl o Ns Ar man=fmt .  .Fl O Ns Ar man=fmt .

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18