diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml
index 8c7cc7a2..47c0156c 100644
--- a/src/doc/user/usermanual.sgml
+++ b/src/doc/user/usermanual.sgml
@@ -2645,7 +2645,7 @@ while query.next >= 0 and query.next < nres:
As of &RCL; release 1.14, a number of XML-based formats that
were handled by ad hoc filter code now use the
- xsltproc, which usually comes with
+ xsltproc command, which usually comes with
libxslt. These are: abiword, fb2
(ebooks), kword, openoffice, svg.
@@ -2751,7 +2751,12 @@ while query.next >= 0 and query.next < nres:
Development files for
- Xapian core
+ Xapian core. If you
+ are building Xapian for an older CPU (before Pentium 4 or Athlon
+ 64), you need to add the --disable-sse flag to the configure
+ command. Else all Xapian application will crash with an
+ illegal instruction error.
+
Development files for