diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-03 17:08:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-03-03 17:08:26 +0000 |
commit | 4e05cf3d3a8605a1c8f5d77b5ce0a978bb5f3811 (patch) | |
tree | 8dba0c81b85890d40637901cbe8b9788e18285d9 /regress/mdoc/Lb | |
parent | b1feedf2d3c59385651b9ac7372df8538df7e828 (diff) | |
download | mandoc-4e05cf3d3a8605a1c8f5d77b5ce0a978bb5f3811.tar.gz |
Move the regression suite to the attic.
It has not been used or maintained for several years,
and we won't start using it now.
Devlopment regression testing is done in OpenBSD, and
there is no value in maintaining two regression suites in parallel.
Diffstat (limited to 'regress/mdoc/Lb')
-rw-r--r-- | regress/mdoc/Lb/blank.in | 19 | ||||
-rw-r--r-- | regress/mdoc/Lb/body.in | 17 | ||||
-rw-r--r-- | regress/mdoc/Lb/custom.in | 19 | ||||
-rw-r--r-- | regress/mdoc/Lb/prolog.in | 19 |
4 files changed, 0 insertions, 74 deletions
diff --git a/regress/mdoc/Lb/blank.in b/regress/mdoc/Lb/blank.in deleted file mode 100644 index bb7d7f33..00000000 --- a/regress/mdoc/Lb/blank.in +++ /dev/null @@ -1,19 +0,0 @@ -.\" -.\" WARNING: THIS TEST WILL NOT WORK ON OLD GROFF. -.\" (IT DOES NOT SUPPORT THE `Lb' MACRO.) -.\" -.Dd $Mdocdate$ -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh LIBRARY -.Lb -.Sh DESCRIPTION -has been optimized for use by applications expecting system scope thread -semantics, and can provide significant performance improvements -compared to -.Lb -.Sh SEE ALSO -.Xr pthread 3 diff --git a/regress/mdoc/Lb/body.in b/regress/mdoc/Lb/body.in deleted file mode 100644 index de334acb..00000000 --- a/regress/mdoc/Lb/body.in +++ /dev/null @@ -1,17 +0,0 @@ -.\" -.\" WARNING: THIS TEST WILL NOT WORK ON OLD GROFF. -.\" (IT DOES NOT SUPPORT THE `Lb' MACRO.) -.\" -.Dd $Mdocdate$ -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -has been optimized for use by applications expecting system scope thread -semantics, and can provide significant performance improvements -compared to -.Lb libkse . -.Sh SEE ALSO -.Xr pthread 3 diff --git a/regress/mdoc/Lb/custom.in b/regress/mdoc/Lb/custom.in deleted file mode 100644 index 54d9e2e2..00000000 --- a/regress/mdoc/Lb/custom.in +++ /dev/null @@ -1,19 +0,0 @@ -.\" -.\" WARNING: THIS TEST WILL NOT WORK ON OLD GROFF. -.\" (IT DOES NOT SUPPORT THE `Lb' MACRO.) -.\" -.Dd $Mdocdate$ -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh LIBRARY -.Lb xyzzy -.Sh DESCRIPTION -has been optimized for use by applications expecting system scope thread -semantics, and can provide significant performance improvements -compared to -.Lb xyzzy -.Sh SEE ALSO -.Xr pthread 3 diff --git a/regress/mdoc/Lb/prolog.in b/regress/mdoc/Lb/prolog.in deleted file mode 100644 index 0542b7f2..00000000 --- a/regress/mdoc/Lb/prolog.in +++ /dev/null @@ -1,19 +0,0 @@ -.\" -.\" WARNING: THIS TEST WILL NOT WORK ON OLD GROFF. -.\" (IT DOES NOT SUPPORT THE `Lb' MACRO.) -.\" -.Dd $Mdocdate$ -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh LIBRARY -.Lb libz -.Sh DESCRIPTION -has been optimized for use by applications expecting system scope thread -semantics, and can provide significant performance improvements -compared to -.Lb libkse . -.Sh SEE ALSO -.Xr pthread 3 |