Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Lindh Olsson
e3-require
Commits
ccca72f8
Commit
ccca72f8
authored
3 years ago
by
Wayne Lewis
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
parent
bf9e1490
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
require-ess/tools/iocsh_functions.bash
+5
-5
5 additions, 5 deletions
require-ess/tools/iocsh_functions.bash
with
5 additions
and
5 deletions
require-ess/tools/iocsh_functions.bash
+
5
−
5
View file @
ccca72f8
...
...
@@ -45,7 +45,7 @@ function read_file_get_string {
# First Two : 00 (EPICS VERSION)
# Second Two : 00 (EPICS_REVISION)
# Third Two : 00 (EPICS_MODIFICATION)
# Fouth
Two : 00 (EPICS_PATCH_LEVEL)
# Fou
r
th Two : 00 (EPICS_PATCH_LEVEL)
function
basecode_generator
()
{
#@ Generator BASECODE
#@ USAGE: BASECODE=$(basecode_generator)
...
...
@@ -160,8 +160,8 @@ function printIocEnv() {
# Ctrl+c : OK
# exit : OK
# kill softioc process : OK
# kill main pr
e
cess : Enter twice in terminal,
# close softIoc, but STATUP file is remained.
# kill main pr
o
cess : Enter twice in terminal,
# close softIoc, but STA
R
TUP file is remained.
#
function
softIoc_end
()
{
...
...
@@ -380,7 +380,7 @@ function loadFiles() {
# Search for any instance of iocInit at the start of the line.
# If found, do not add the iocInit to the startup script. Any
# other occurence of iocInit (e.g. in comments) is not matched
# other occur
r
ence of iocInit (e.g. in comments) is not matched
# and the script will add an active iocInit.
if
grep
-q
"^
\s
*iocInit
\b
"
"
$file
"
;
then
init
=
NO
...
...
@@ -426,7 +426,7 @@ function help() {
printf
" -l 'cell path' Run Ioc with a cell path.
\n
"
printf
" -s 'prog m=v' Sequencer program (and arguments), run with 'seq'.
\n
"
printf
" This forces an 'iocInit' before running the program.
\n
"
printf
" -r module[,ver] Modue (optionally with version) loaded via 'require'.
\n
"
printf
" -r module[,ver] Modu
l
e (optionally with version) loaded via 'require'.
\n
"
printf
" -dg Run with debugger gdb.
\n
"
printf
" -dv Run with valgrind.
\n
"
printf
" -n Run with 'nice --10' (requires sudo).
\n
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment