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

Diff for /mandoc/mandoc.1 between version 1.27 and 1.31

version 1.27, 2009/07/21 15:52:41 version 1.31, 2009/08/20 11:51:07
Line 227  Implies
Line 227  Implies
 .Fl f Ns Ar no-ign-macro  .Fl f Ns Ar no-ign-macro
 and  and
 .Fl f Ns Ar no-ign-chars .  .Fl f Ns Ar no-ign-chars .
   .It Fl f Ns Ar ign-errors
   Don't halt when encountering parse errors.  Useful with
   .Fl T Ns Ar lint
   over a large set of manuals passed on the command line.
 .El  .El
 .\" PARAGRAPH  .\" PARAGRAPH
 .Pp  .Pp
Line 245  To page manuals to the terminal:
Line 249  To page manuals to the terminal:
 .Pp  .Pp
 .D1 % mandoc \-Wall,error \-fstrict mandoc.1 2>&1 | less  .D1 % mandoc \-Wall,error \-fstrict mandoc.1 2>&1 | less
 .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less  .D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less
   .\" PARAGRAPH
   .Pp
   To check over a large set of manuals:
   .\" PARAGRAPH
   .Pp
   .Dl % mandoc \-Tlint \-fign-errors `find /usr/src -name \e*\e.[1-9]`
 .\" SECTION  .\" SECTION
 .Sh COMPATIBILITY  .Sh COMPATIBILITY
   .\" FIXME: libman `na' and `DT' have no effect.
 This section summarises  This section summarises
 .Nm  .Nm
 compatibility with  compatibility with
 .Xr groff 1 .  .Xr groff 1 .
 .Pp  .Pp
 .Bl -bullet -compact  .Bl -bullet -compact
   .\" LIST-ITEM
 .It  .It
   The
   .Sq \e~
   special character doesn't produce expected behaviour.
   .\" LIST-ITEM
   .It
 In  In
 .Xr groff 1 ,  .Xr groff 1 ,
 the  the
 .Sq \&Pa  .Sq \&Pa
 macro does not underline when under a  macro does not underline when under a
 .Sq \&It .  .Sq \&It
 This behaves correctly in  in the FILES section.  This behaves correctly in
 .Nm .  .Nm .
   .\" LIST-ITEM
 .It  .It
 A list or display following  A list or display following
 .Sq \&Ss  .Sq \&Ss
Line 271  does not assert a prior vertical break, just as it doe
Line 289  does not assert a prior vertical break, just as it doe
 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.
   .\" LIST-ITEM
 .It  .It
 Words aren't hyphenated.  Words aren't hyphenated.
   .\" LIST-ITEM
 .It  .It
 In normal mode (not a literal block), blocks of spaces aren't preserved,  In normal mode (not a literal block), blocks of spaces aren't preserved,
 so double spaces following sentence closure are reduced to a single space  so double spaces following sentence closure are reduced to a single space.
 .Pq Dq French spacing .  
 .El  .El
 .\" SECTION  .\" SECTION
 .Sh SEE ALSO  .Sh SEE ALSO

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.31

CVSweb