diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 453dd65a4e..9791952eb6 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -4363,7 +4363,7 @@ kern.timecounter.hardware: TSC -> i8254 I just tried to build INDEX - using make index, and it failed. + using make index, and it failed. Why? @@ -4375,7 +4375,7 @@ kern.timecounter.hardware: TSC -> i8254 always fixed immediately. However, if you are up-to-date, perhaps you are seeing - another problem. make index has a + another problem. make index has a known bug in dealing with incomplete copies of the Ports Collection. It assumes that you have a local copy of every single port that every other port that you have a local copy @@ -4385,11 +4385,11 @@ kern.timecounter.hardware: TSC -> i8254 baz/quux, then you must also have a copy of baz/quux on your disk, and the ports baz/quux depends on, and - so on. Otherwise, make index has + so on. Otherwise, make index has insufficient information to create its dependency tree. This is particularly a problem for &os; users who - utilize &man.cvsup.1; to track the Ports Collection but + utilize &man.cvsup.1; (or &man.csup.1;) to track the Ports Collection but choose not to install certain categories by specifying them in refuse. In theory, one should be able to refuse categories, but in practice @@ -4405,7 +4405,7 @@ kern.timecounter.hardware: TSC -> i8254 WITHOUT_* variables being set in make.conf. If you suspect that this is the case, please try to make - INDEX with those Makevars turned off + INDEX with those make variables turned off before reporting it to &a.ports;.