diff options
author | Chet Ramey <chet.ramey@case.edu> | 2022-08-26 11:08:51 -0400 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2022-08-26 11:08:51 -0400 |
commit | b3afafd86d27d61601cf380e1065d9170862fd10 (patch) | |
tree | abaef1c96fadb1cbdab381dbe945b1373dbde51f /examples/functions | |
parent | f36c8c8ecd155104931198d898733bdb961bc27f (diff) | |
download | bash-5.2-rc3.tar.gz |
Bash-5.2-rc3 releasebash-5.2-rc3
Diffstat (limited to 'examples/functions')
-rw-r--r-- | examples/functions/autoload.v4 | 4 | ||||
-rw-r--r-- | examples/functions/csh-compat | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/functions/autoload.v4 b/examples/functions/autoload.v4 index 7f60563b..850c6148 100644 --- a/examples/functions/autoload.v4 +++ b/examples/functions/autoload.v4 @@ -427,7 +427,7 @@ NOTES bypass the shim creation and just source in the function's file directly. For a few calls, the overhead of repeatedly running the shim is not expensive, but in a tight loop, it might be. Caveat - Programer. + Programmer. o Although the number of functions in the environment does not change by using 'autoload', the amount of memory they take up can be greatly @@ -453,7 +453,7 @@ NOTES the simplest to implement for -p and -s operations that are not heavily used. - As a consquence of this (and other reasons), the AUTOLOAD* namespace + As a consequence of this (and other reasons), the AUTOLOAD* namespace is reserved for autoloading. Make sure you check any functions that you bring under autoload for use of variables or functions that start with AUTOLOAD and change them. diff --git a/examples/functions/csh-compat b/examples/functions/csh-compat index 54c8488c..6671ca85 100644 --- a/examples/functions/csh-compat +++ b/examples/functions/csh-compat @@ -1,4 +1,4 @@ -# C-shell compatibilty package. +# C-shell compatibility package. # setenv VAR VALUE function setenv () { |