From ded7d877a0ee471e315bae2f48cbcf0ecc1d5c91 Mon Sep 17 00:00:00 2001 From: dockes Date: Mon, 14 Dec 2009 10:23:40 +0000 Subject: [PATCH] add --enable-camelcase doc + fix typo in doc Makefile comment --- src/doc/user/Makefile | 2 +- src/doc/user/usermanual.sgml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/doc/user/Makefile b/src/doc/user/Makefile index 7c75094d..98b246c1 100644 --- a/src/doc/user/Makefile +++ b/src/doc/user/Makefile @@ -12,7 +12,7 @@ JADEFLAGS+= -V %generate-article-toc% # The purpose for this is to replace the FreeBSD file which contains the # blurb about file being hosted on FreeBSD.org. To work, it also -# needs a modification to /usr/share/doc/mk/doc.docbook.mk. Around line +# needs a modification to /usr/doc/share/mk/doc.docbook.mk. Around line # 121, replace LANGUAGECATALOG= with LANGUAGECATALOG?= LANGUAGECATALOG=/usr/doc/share/sgml/catalog diff --git a/src/doc/user/usermanual.sgml b/src/doc/user/usermanual.sgml index 796b2e59..da1f6153 100644 --- a/src/doc/user/usermanual.sgml +++ b/src/doc/user/usermanual.sgml @@ -2754,6 +2754,15 @@ while query.next >= 0 and query.next < nres: some simple configuration (see comments in the fields configuration file). + --enable-camelcase will enable + splitting camelCase words. This + is not enabled by default as it has the unfortunate + side-effect of making some phrase searches quite + confusing: ie, "MySQL manual" would be + matched by "MySQL manual" and + "my sql manual" but not "mysql + manual" (only inside phrase searches). + --with-file-command Specify the version of the 'file' command to use (ie: --with-file-command=/usr/local/bin/file). Can be useful to