summaryrefslogtreecommitdiff
path: root/docs/reference/node-startup-controller
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-07-31 19:06:03 +0100
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-07-31 19:06:03 +0100
commitb6cdf99b810ea3646a1fecbb7d148bfc2804b1b3 (patch)
treee4d8541d07b77953ad7c92cc1ccaf51ec05a0282 /docs/reference/node-startup-controller
parentf3ccbf4b6c1469beed53dbc8b1170db081f35206 (diff)
downloadnode-startup-controller-b6cdf99b810ea3646a1fecbb7d148bfc2804b1b3.tar.gz
Rename all remaining bits and pieces
Diffstat (limited to 'docs/reference/node-startup-controller')
-rw-r--r--docs/reference/node-startup-controller/Makefile.am2
-rw-r--r--docs/reference/node-startup-controller/legacy-app-handler.xml7
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/reference/node-startup-controller/Makefile.am b/docs/reference/node-startup-controller/Makefile.am
index 3d7a646..42c24ea 100644
--- a/docs/reference/node-startup-controller/Makefile.am
+++ b/docs/reference/node-startup-controller/Makefile.am
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
DOC_MODULE=node-startup-controller
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
-DOC_MODULE_VERSION=$(BOOT_MANAGER_VERSION)
+DOC_MODULE_VERSION=$(NODE_STARTUP_CONTROLLER_VERSION)
# The top-level SGML file. You can change this if you want to.
DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
diff --git a/docs/reference/node-startup-controller/legacy-app-handler.xml b/docs/reference/node-startup-controller/legacy-app-handler.xml
index f87ab8d..eb38d7d 100644
--- a/docs/reference/node-startup-controller/legacy-app-handler.xml
+++ b/docs/reference/node-startup-controller/legacy-app-handler.xml
@@ -27,10 +27,9 @@
<title>Description</title>
<para>
<command>legacy-app-handler</command> is a helper binary which registers the legacy
- app <arg>unit</arg> with the boot manager, which in turn registers a shutdown client
- with the Node State Manager.
- This means that during the Node State Manager's shutdown cycle, it will shut down
- the legacy app as well.
+ app <arg>unit</arg> with the Node Startup Controller, which in turn registers a
+ shutdown client with the Node State Manager. This means that during the Node State
+ Manager's shutdown cycle, it will shut down the legacy app as well.
</para>
<refsect2>
<title>Arguments</title>