From 6b1037215ca6b149b4a7fdf73b19ff0987015bbf Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sat, 31 May 2008 08:36:50 +0000 Subject: [PATCH] - fix markups for make(1) PR: docs/124136 Submitted by: pgj Approved by: gabor --- en_US.ISO8859-1/books/faq/book.sgml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 8464c2aed7..ec3000755d 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -2029,8 +2029,8 @@ Because your world and kernel are out of sync. This is not supported. Be sure you use make - buildworld and make - buildkernel to update your kernel. + buildworld and make + buildkernel to update your kernel. You can boot by specifying the kernel directly at the second stage, pressing any key when the | shows up before @@ -3029,11 +3029,11 @@ quit that the compiler is carrying out changes each time. - For example, suppose you are running make - buildworld, and the compile fails while trying to + For example, suppose you are running make + buildworld, and the compile fails while trying to compile ls.c into - ls.o. If you then run make - buildworld again, and the compile fails in the same + ls.o. If you then run make + buildworld again, and the compile fails in the same place then this is a broken build -- try updating your sources and try again. If the compile fails elsewhere then this is almost certainly hardware.