~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/configuration/options.rst

  • Committer: Mark Atwood
  • Date: 2011-11-06 00:00:03 UTC
  • mto: This revision was merged to the branch mainline in revision 2452.
  • Revision ID: me@mark.atwood.name-20111106000003-r5z6k90wsj46yq9r
RST admonitions like note and warning should have a new line before the content

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
Options listed by ``--help`` can be used as :ref:`command_line_options`.
43
43
To use them in :ref:`config_files`, strip the leading ``--``.
44
44
 
45
 
.. note:: Since Drizzle uses many plugins, the available options vary depending on which plugins are loaded.  If you cannnot find a certain option, ensure that the plugin which provides the option is loaded.
 
45
.. note::
 
46
 
 
47
   Since Drizzle uses many plugins, the available options vary
 
48
   depending on which plugins are loaded.  If you cannnot find a
 
49
   certain option, ensure that the plugin which provides the option is
 
50
   loaded.
46
51
 
47
52
.. _setting_options:
48
53