add --enable-camelcase doc + fix typo in doc Makefile comment
This commit is contained in:
parent
69c27db46a
commit
ded7d877a0
@ -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
|
||||
|
||||
|
||||
@ -2754,6 +2754,15 @@ while query.next >= 0 and query.next < nres:
|
||||
some simple configuration (see comments in the
|
||||
<filename>fields</filename> configuration file).</para>
|
||||
</listitem>
|
||||
<listitem><para><literal>--enable-camelcase</literal> will enable
|
||||
splitting <replaceable>camelCase</replaceable> words. This
|
||||
is not enabled by default as it has the unfortunate
|
||||
side-effect of making some phrase searches quite
|
||||
confusing: ie, <literal>"MySQL manual"</literal> would be
|
||||
matched by <literal>"MySQL manual"</literal> and
|
||||
<literal>"my sql manual"</literal> but not <literal>"mysql
|
||||
manual"</literal> (only inside phrase searches).</para>
|
||||
</listitem>
|
||||
<listitem><para><literal>--with-file-command</literal> Specify
|
||||
the version of the 'file' command to use (ie:
|
||||
--with-file-command=/usr/local/bin/file). Can be useful to
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user