diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
index 40928d4ada..c5b3668027 100644
--- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
@@ -6957,10 +6957,10 @@ GNOME_IMPLIES= X11
Provides a way to add conflicts between options.
When OPT is selected, all the
- options listed in this variable must be un-selected. If
- OPT_PREVENTS_MSG
- is also selected, its content will be shown, explaining why
- they conflict. For example:
+ options listed in OPT_PREVENTS
+ must be un-selected. If OPT_PREVENTS_MSG
+ is set and a conflict is triggered, its content will be shown explaining
+ why they conflict. For example:
OPTIONS_DEFINE= OPT1 OPT2
OPT1_PREVENTS= OPT2