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

Diff for /mandoc/mandoc.1 between version 1.38 and 1.42

version 1.38, 2009/09/21 13:44:56 version 1.42, 2009/10/10 11:05:23
Line 54  Input format.  See
Line 54  Input format.  See
 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 format  .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 260  The file
Line 260  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 base=http://base/  .It Fl o Ns Ar includes=fmt
 The URL  The string
 .Ar http://base/  .Ar fmt ,
 is used as a base URL for all relative links.  This is useful when  for example,
 linking between documents via the  .Ar ../src/%I.html ,
   is used as a template for linked header files (usually via the
   .Sq \&In
   macro).  Instances of
   .Sq %I
   are replaced with the include filename.  The default is not to present a
   hyperlink.
   .It Fl o Ns Ar man=fmt
   The string
   .Ar fmt ,
   for example,
   .Ar ../html%S/%N.%S.html ,
   is used as a template for linked manuals (usually via the
 .Sq \&Xr  .Sq \&Xr
 macro.  macro).  Instances of
   .Sq %N
   and
   .Sq %S
   are replaced with the linked manual's name and section, respectively.
   If no section is included, section 1 is assumed.  The default is not to
   present a hyperlink.
 .El  .El
 .  .
 .Sh EXAMPLES  .Sh EXAMPLES
Line 277  To page manuals to the terminal:
Line 295  To page manuals to the terminal:
 .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less  .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less
 .  .
 .Pp  .Pp
 To produce HTML manuals with  To produce HTML manuals with
 .Pa http://localhost/  .Ar style.css
 as the base URI:  as the style-sheet:
 .Pp  .Pp
 .D1 % mandoc \-Thtml -obase=http://localhost/ mdoc.7 > mdoc.7.html  .D1 % mandoc \-Thtml -ostyle=style.css mdoc.7 > mdoc.7.html
 .Pp  .Pp
 To check over a large set of manuals:  To check over a large set of manuals:
 .  .
Line 356  retains spaces.
Line 374  retains spaces.
 .It  .It
 Sentences are unilaterally monospaced.  Sentences are unilaterally monospaced.
 .El  .El
   .
   .Ss HTML output
   .Bl -bullet -compact
   .It
   The
   .Xr mdoc 7
   .Sq \&Bl \-hang
   and
   .Sq \&Bl \-tag
   list types render similarly (no break following overreached left-hand
   side) due to the expressive constraints of HTML.
   .
   .It
   The
   .Xr man 7
   .Sq IP
   and
   .Sq TP
   lists render similarly.
   .El
 .\" SECTION  .\" SECTION
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr mandoc_char 7 ,  .Xr mandoc_char 7 ,
 .Xr mdoc 7 ,  .Xr mdoc 7 ,
 .Xr man 7  .Xr man 7
 .\" SECTION  .
 .Sh AUTHORS  .Sh AUTHORS
 The  The
 .Nm  .Nm
 utility was written by  utility was written by
 .An Kristaps Dzonsons Aq kristaps@kth.se .  .An Kristaps Dzonsons Aq kristaps@kth.se .
   .
   .Sh CAVEATS
   In
   .Fl T Ns Ar html ,
   the maximum size of an element attribute is determined by
   .Dv BUFSIZ ,
   which is usually 1024 bytes.  Be aware of this when setting long link
   formats with
   .Fl o Ns Ar man=fmt .

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.42

CVSweb