From e474d5cde8ab640efb52ea9365bc331e2dc942b0 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 13 Sep 2021 08:05:44 -0700 Subject: [PATCH] doc --- ioc/pvxs/iochooks.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ioc/pvxs/iochooks.h b/ioc/pvxs/iochooks.h index c5b0fc4..b21aabb 100644 --- a/ioc/pvxs/iochooks.h +++ b/ioc/pvxs/iochooks.h @@ -36,9 +36,10 @@ namespace ioc { /** Return the singleton Server instance which is setup * for use in an IOC process. * - * This Server instance is created during in a registrar function, - * started by the initHookAfterCaServerRunning phase of iocInit(), - * and stopped and destroyed via an epicsAtExit() hook. + * This Server instance is created during a registrar function, + * started by the initHookAfterCaServerRunning phase of iocInit(). + * It is stopped and destroyed during an epicsAtExit() hook added + * during an initHookAfterInitDatabase hook.. * * Any configuration changes via. epicsEnvSet() must be made before registrars are run * by \*_registerRecordDeviceDriver(pdbbase).