From 7c468d9d2846f6aab3f4963085413478e6aba895 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 25 Jul 2023 12:19:07 +1000 Subject: [PATCH] ctdb-doc: Add some subsection names in description A subsequent commit will add a new section, which looks out of place without these new sections. Best reviewed with "git show -w". Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/doc/ctdb-script.options.5.xml | 85 ++++++++++++++++-------------- 1 file changed, 46 insertions(+), 39 deletions(-) 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. + +