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

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

version 1.40, 2009/10/03 15:26:26 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 295  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 373  retains spaces.
Line 373  retains spaces.
 .  .
 .It  .It
 Sentences are unilaterally monospaced.  Sentences are unilaterally monospaced.
   .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  .El
 .\" SECTION  .\" SECTION
 .Sh SEE ALSO  .Sh SEE ALSO

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

CVSweb