diff options
Diffstat (limited to 'regress/regress.pl.1')
-rw-r--r-- | regress/regress.pl.1 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/regress/regress.pl.1 b/regress/regress.pl.1 index 3777ec49..66d5369b 100644 --- a/regress/regress.pl.1 +++ b/regress/regress.pl.1 @@ -1,6 +1,6 @@ .\" $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 .\" purpose with or without fee is hereby granted, provided that the above @@ -78,6 +78,8 @@ output mode. Run subtests for .Fl T Cm markdown output mode. +.It Cm tag +Run subtests for automatic and manual tagging. .It Cm utf8 Run subtests for .Fl T Cm utf8 @@ -146,15 +148,6 @@ subdirectory of the regression suite is not included. It uses a Makefile structure that differs vastly from the rest of the suite. .Sh BUGS -On Oracle Solaris 11, -.Xr diff 1 -does not support the -.Fl a -option. -Delete that option from the following line in this script: -.Pp -.Dl my @diff = qw(diff -au); -.Pp The C library function .Xr wcwidth 3 is known to be buggy on Solaris, which may cause failures in the |