From 383d29c93abb51bd19f82afac2d5d66ec40ceae9 Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Wed, 11 Jun 2025 12:52:25 +0200 Subject: [PATCH] fix: Adjustment to header H3 of the PR-558.md. --- documentation/new-notes/PR-558.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/new-notes/PR-558.md b/documentation/new-notes/PR-558.md index 1ed54c7fc..4d06e65ab 100644 --- a/documentation/new-notes/PR-558.md +++ b/documentation/new-notes/PR-558.md @@ -1,4 +1,4 @@ -# New atInit Command Added +### New atInit Command Added This pull request introduces a new IOC shell command `atInit` to EPICS Base, which allows users to schedule arbitrary commands to be executed automatically after the IOC initialization phase (`iocInit`). @@ -7,7 +7,7 @@ The module allows you to write better-structured ioc shell files to include in y - to improve writing boot sequences, - to improve IOC startup flexibility and scripting capabilities. -## Features +#### Features - Define commands that run after IOC initialization completes. - Overwrites ```autosave``` to ensure proper configuration of the required PV. @@ -16,7 +16,7 @@ The module allows you to write better-structured ioc shell files to include in y - `atInit "dbpf "` - `atInit "date"` -## Testing +#### Testing - Unit tests have been added to verify: - Registration and execution of commands scheduled with `atInit`.