diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-16 00:38:57 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-16 00:40:49 +0800 |
commit | fcf943d52e7cfb9c78e0ad39be0d37b16569a7aa (patch) | |
tree | d40c940a5824ef99d59f05cf65894da996cbf1ef /chapter08 | |
parent | 31e62b94b6005455ad17cd4760e7e80cd25aafc2 (diff) |
man-db: Document a test failure (started with groff-1.23.0)
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/man-db.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter08/man-db.xml b/chapter08/man-db.xml index 55559b1fa..b99d580b5 100644 --- a/chapter08/man-db.xml +++ b/chapter08/man-db.xml @@ -111,10 +111,14 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> + <!-- https://gitlab.com/man-db/man-db/-/issues/25 --> + <para>One test named <filename>man1/lexgrog.1</filename> is known + to fail.</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |