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

Diff for /mandoc/regress/regress.pl.1 between version 1.3 and 1.5

version 1.3, 2017/07/18 18:47:06 version 1.5, 2020/03/13 15:32:31
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>  .\" Copyright (c) 2017, 2019, 2020 Ingo Schwarze <schwarze@openbsd.org>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
Line 78  output mode.
Line 78  output mode.
 Run subtests for  Run subtests for
 .Fl T Cm markdown  .Fl T Cm markdown
 output mode.  output mode.
   .It Cm tag
   Run subtests for automatic and manual tagging.
 .It Cm utf8  .It Cm utf8
 Run subtests for  Run subtests for
 .Fl T Cm utf8  .Fl T Cm utf8
Line 145  The
Line 147  The
 subdirectory of the regression suite is not included.  subdirectory of the regression suite is not included.
 It uses a Makefile structure that differs vastly from the  It uses a Makefile structure that differs vastly from the
 rest of the suite.  rest of the suite.
   .Sh BUGS
   The C library function
   .Xr wcwidth 3
   is known to be buggy on Solaris, which may cause failures in the
   regression suite, usually because output lines containing affected
   Unicode characters wrap too early.
   .Pp
   The regression suite does not work at all on Solaris 10 or earlier
   because the Perl interpreter provided with those systems is too old.

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

CVSweb