[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.10 and 1.11

version 1.10, 2009/08/09 17:20:17 version 1.11, 2009/08/09 20:40:18
Line 130 
Line 130 
 multiple spaces, they must be space-escaped  multiple spaces, they must be space-escaped
 .Sq \e\  .Sq \e\
 or used in a literal display mode, e.g.,  or used in a literal display mode, e.g.,
 .Sq \&.Bd \-literal  .Sq \&Bd \-literal
 in  in
 .Xr mdoc 7 .  .Xr mdoc 7 .
 .\" SUB-SECTION  .\" SUB-SECTION
Line 157 
Line 157 
 .Fl m Ns Ar andoc ,  .Fl m Ns Ar andoc ,
 which is also the default, determines encoding on-the-fly: if the first  which is also the default, determines encoding on-the-fly: if the first
 non-comment macro is  non-comment macro is
 .Sq \&.Dd  .Sq \&Dd
 or  or
 .Sq \&.Dt ,  .Sq \&Dt ,
 the  the
 .Xr mdoc 7  .Xr mdoc 7
 parser is used; otherwise, the  parser is used; otherwise, the
Line 255 
Line 255 
 .Bl -bullet -compact  .Bl -bullet -compact
 .It  .It
 A list or display following  A list or display following
 .Sq \&.Ss  .Sq \&Ss
 does not assert a prior vertical break, just as it doesn't with  does not assert a prior vertical break, just as it doesn't with
 .Sq \&.Sh .  .Sq \&Sh .
 .It  .It
 The \-literal and \-unfilled  The \-literal and \-unfilled
 .Sq \&.Bd  .Sq \&Bd
 displays types are synonyms, as are \-filled and \-ragged.  displays types are synonyms, as are \-filled and \-ragged.
 .It  .It
 Words aren't hyphenated.  Words aren't hyphenated.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11