diff --git a/ctdb/doc/ctdb-script.options.5.xml b/ctdb/doc/ctdb-script.options.5.xml index cd4b75bb512..6da272e30a4 100644 --- a/ctdb/doc/ctdb-script.options.5.xml +++ b/ctdb/doc/ctdb-script.options.5.xml @@ -20,51 +20,58 @@ DESCRIPTION - - Each CTDB script has 2 possible locations for its configuration options: - + + Location + + Each CTDB script has 2 possible locations for its configuration options: + - + - - - /usr/local/etc/ctdb/script.options - - - - This is a catch-all global file for general purpose - scripts and for options that are used in multiple event - scripts. - - - + + + /usr/local/etc/ctdb/script.options + + + + This is a catch-all global file for general purpose + scripts and for options that are used in multiple event + scripts. + + + - - - SCRIPT.options - - - - That is, options for - SCRIPT are - placed in a file alongside the script, with a ".script" - suffix added. This style is usually recommended for event - scripts. - + + + SCRIPT.options + + + + That is, options for + SCRIPT are + placed in a file alongside the script, with a ".script" + suffix added. This style is usually recommended for event + scripts. + - - Options in this script-specific file override those in - the global file. - - - + + Options in this script-specific file override those in + the global file. + + + - + + - - These files should include simple shell-style variable - assignments and shell-style comments. - + + Contents + + + These files should include simple shell-style variable + assignments and shell-style comments. + +