Skip to content

Commit d923ddd

Browse files
committed
documentation update
1 parent d70ba7b commit d923ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/SETTINGS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ peb.startScript('perl_script.settings');
9696
```
9797

9898
* **scriptExitCommand**
99-
``String`` containing the command used to gracefully shut down [an interactive Perl script](#interactive_perl_scripts) when PEB is closed
99+
``String`` containing the command used to gracefully shut down [an interactive Perl script](#interactive-perl-scripts) when PEB is closed
100100
Upon receiving it, an interactive script must start its shutdown procedure.
101101

102102
* **scriptExitConfirmation**
103-
``String`` used to signal PEB that [an interactive Perl script](#interactive_perl_scripts) completed its shutdown
103+
``String`` used to signal PEB that [an interactive Perl script](#interactive-perl-scripts) completed its shutdown
104104
All interactive scripts must exit in 3 seconds after ``scriptExitCommand`` is given or any unresponsive scripts will be killed and PEB will exit.
105105

106106
Perl scripts running for a long time should have ``$|=1;`` among their first lines to disable the built-in buffering of the Perl interpreter. Some builds of Perl may not give any output until the script has ended when buffering is enabled.

0 commit comments

Comments
 (0)