From 31e62b94b6005455ad17cd4760e7e80cd25aafc2 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sat, 15 Jul 2023 15:26:11 +0200 Subject: [PATCH 1/3] Typo --- chapter10/kernel.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index c6ed57585..1ee9a6934 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -55,7 +55,7 @@ LFS editors recommend that users not familiar with this process follow the procedures below fairly closely. The objective is to get an initial system to a point where you can log in at the command line when - you reboot later in . At his point + you reboot later in . At this point optimization and customization is not a goal. From fcf943d52e7cfb9c78e0ad39be0d37b16569a7aa Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 16 Jul 2023 00:38:57 +0800 Subject: [PATCH 2/3] man-db: Document a test failure (started with groff-1.23.0) --- chapter08/man-db.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@ make - To test the results, issue: + To test the results, issue: make check + + One test named man1/lexgrog.1 is known + to fail. + Install the package: make install From 1053282e5f0a6e7bba9605676b650d46db6ffaf4 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Sun, 16 Jul 2023 00:52:41 +0800 Subject: [PATCH 3/3] man-db: Update known test failures, again I was too naive: actually a lot of tests fail with groff-1.23.0 and they'll show up with "-k". --- chapter08/man-db.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/chapter08/man-db.xml b/chapter08/man-db.xml index b99d580b5..498274f51 100644 --- a/chapter08/man-db.xml +++ b/chapter08/man-db.xml @@ -111,13 +111,11 @@ make - To test the results, issue: - -make check - - One test named man1/lexgrog.1 is known - to fail. + Many tests are known to fail with groff-1.23.0 or later. If + you still want to test the results anyway, issue: + +make -k check Install the package: