[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.22 and 1.23

version 1.22, 2010/03/25 23:23:01 version 1.23, 2010/03/26 01:22:05
Line 176 
Line 176 
 .  .
 .It Fl T Ns Ar lint  .It Fl T Ns Ar lint
 Parse only: produce no output.  Parse only: produce no output.
   Implies
   .Fl W Ns Ar all
   and
   .Fl f Ns Ar strict .
 .El  .El
 .  .
 .Pp  .Pp
Line 225 
Line 229 
 .Ss Output Options  .Ss Output Options
 For the time being, only  For the time being, only
 .Fl T Ns Ar html  .Fl T Ns Ar html
   and
   .Fl T Ns Ar xhtml
 accepts output options:  accepts 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
Line 527 
Line 533 
 .Xr man 7 .  .Xr man 7 .
 .Pp  .Pp
 Nesting elements within next-line element scopes of  Nesting elements within next-line element scopes of
 .Fl m Ar Ns an ,  .Fl m Ns Ar an ,
 such as  such as
 .Sq br  .Sq br
 within an empty  within an empty
Line 536 
Line 542 
 .Fl T Ns Ar html  .Fl T Ns Ar html
 and  and
 .Fl T Ns Ar xhtml  .Fl T Ns Ar xhtml
 and cause it to forget the formatting.  and cause them to forget the formatting of the prior next-line scope.
   .Pp
   The
   .Sq i
   macro in
   .Fl m Ns Ar an
   should italicise all subsequent text if a line argument is not provided.
   This behaviour is not implemented.

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23